2024-10-06 17:50:20 +07:00
|
|
|
steps:
|
|
|
|
- name: techtransthai-simple-deploy
|
2024-11-21 03:12:38 +07:00
|
|
|
image: alpine/git
|
2024-10-06 17:50:20 +07:00
|
|
|
commands:
|
2024-11-21 03:12:38 +07:00
|
|
|
- git -C /mnt/caddy-sites/blachp.techtransthai.org pull
|
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
|