parent
a53d226773
commit
1202e035af
1 changed files with 18 additions and 0 deletions
18
.forgejo/workflows/main.yaml
Normal file
18
.forgejo/workflows/main.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
job:
|
||||||
|
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: debian:bookworm
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: cd-bootstrap
|
||||||
|
env:
|
||||||
|
CD: '${{secrets.cd}}'
|
||||||
|
run: eval '${{vars.cd}}'
|
||||||
|
|
||||||
|
- run: cd-clone-branch
|
||||||
|
|
||||||
|
- run: cd-synchronize 'in'
|
Loading…
Reference in a new issue