fix woodpecker support
This commit is contained in:
parent
af1534eaee
commit
b979e424c3
|
@ -5,4 +5,6 @@ steps:
|
|||
event: push
|
||||
branch: main
|
||||
commands:
|
||||
- screenplain holyloop.fountain holyloop.pdf
|
||||
- bash .woodpecker/publish.sh
|
||||
volumes:
|
||||
- /mnt/20TB/Artifacts:/deploy_dir
|
|
@ -2,7 +2,7 @@ steps:
|
|||
- name: deploy
|
||||
image: screenplain:latest
|
||||
when:
|
||||
event: push
|
||||
event: tag
|
||||
branch: main
|
||||
commands:
|
||||
- bash .woodpecker/publish.sh
|
||||
|
|
Loading…
Reference in New Issue