fix woodpecker support
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details
ci/woodpecker/tag/build Pipeline was successful Details
ci/woodpecker/tag/deploy Pipeline was successful Details

This commit is contained in:
Mike Nolan 2024-07-14 23:51:10 -05:00
parent af1534eaee
commit b979e424c3
2 changed files with 4 additions and 2 deletions

View File

@ -5,4 +5,6 @@ steps:
event: push event: push
branch: main branch: main
commands: commands:
- screenplain holyloop.fountain holyloop.pdf - bash .woodpecker/publish.sh
volumes:
- /mnt/20TB/Artifacts:/deploy_dir

View File

@ -2,7 +2,7 @@ steps:
- name: deploy - name: deploy
image: screenplain:latest image: screenplain:latest
when: when:
event: push event: tag
branch: main branch: main
commands: commands:
- bash .woodpecker/publish.sh - bash .woodpecker/publish.sh