13 lines
No EOL
302 B
YAML
13 lines
No EOL
302 B
YAML
when:
|
|
- branch: main
|
|
event: push
|
|
- event: tag
|
|
|
|
steps:
|
|
- name: deploy
|
|
image: alpine
|
|
commands:
|
|
- rm -rf /mnt/caddy-sites/ppnplus.techtransthai.org/*
|
|
- cp -r * /mnt/caddy-sites/ppnplus.techtransthai.org
|
|
volumes:
|
|
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites |