fix woodpecker support
This commit is contained in:
parent
b979e424c3
commit
36ebe64bbd
|
@ -2,7 +2,6 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: screenplain:latest
|
image: screenplain:latest
|
||||||
when:
|
when:
|
||||||
event: push
|
|
||||||
branch: main
|
branch: main
|
||||||
commands:
|
commands:
|
||||||
- bash .woodpecker/publish.sh
|
- 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