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: steps:
- name: techtransthai-simple-deploy - name: deploy
image: alpine/git image: alpine
commands: 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: volumes:
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites - /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites