1
0
Fork 0

update ci configuration

This commit is contained in:
Late Night Defender 2025-02-28 20:53:33 +07:00
parent babf741a06
commit 62db9b433c

View file

@ -1,7 +1,13 @@
when:
- branch: main
event: push
- event: tag
steps:
- name: techtransthai-simple-deploy
image: alpine/git
- name: deploy
image: alpine
commands:
- git -C /mnt/caddy-sites/blachp.techtransthai.org pull
- rm -rf /mnt/caddy-sites/blachp.techtransthai.org/*
- cp -r * /mnt/caddy-sites/blachp.techtransthai.org
volumes:
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites