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