2025-02-28 20:53:33 +07:00
|
|
|
when:
|
|
|
|
- branch: main
|
|
|
|
event: push
|
|
|
|
- event: tag
|
|
|
|
|
2024-10-06 17:50:20 +07:00
|
|
|
steps:
|
2025-02-28 20:53:33 +07:00
|
|
|
- name: deploy
|
|
|
|
image: alpine
|
2024-10-06 17:50:20 +07:00
|
|
|
commands:
|
2025-03-15 09:37:46 +00:00
|
|
|
- rm -rf /mnt/caddy-sites/ppnplus.techtransthai.org/*
|
|
|
|
- cp -r * /mnt/caddy-sites/ppnplus.techtransthai.org
|
2024-10-06 17:50:20 +07:00
|
|
|
volumes:
|
2024-11-21 03:12:38 +07:00
|
|
|
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|