All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
13 lines
295 B
YAML
13 lines
295 B
YAML
when:
|
|
- branch: main
|
|
event: push
|
|
- event: tag
|
|
|
|
steps:
|
|
- name: deploy
|
|
image: alpine
|
|
commands:
|
|
- rm -rf /mnt/caddy-sites/www.techtransthai.org/*
|
|
- cp -r * /mnt/caddy-sites/www.techtransthai.org
|
|
volumes:
|
|
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|