set ci event filters
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
226d594add
commit
7cc704e017
1 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
when:
|
||||||
|
- branch: main
|
||||||
|
event: push
|
||||||
|
- event: tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: techtransthai-simple-deploy
|
- name: techtransthai-simple-deploy
|
||||||
image: node
|
image: node
|
||||||
|
@ -7,5 +12,3 @@ steps:
|
||||||
- cp -r public/* /mnt/caddy-sites/tsib.techtransthai.org/
|
- cp -r public/* /mnt/caddy-sites/tsib.techtransthai.org/
|
||||||
volumes:
|
volumes:
|
||||||
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
||||||
when:
|
|
||||||
- branch: main
|
|
Loading…
Add table
Reference in a new issue