2024-10-05 22:28:41 +00:00
|
|
|
steps:
|
2024-10-05 22:03:40 +00:00
|
|
|
simple-deploy:
|
2024-10-05 22:15:01 +00:00
|
|
|
image: alpine/git
|
2024-10-05 22:03:40 +00:00
|
|
|
commands:
|
2024-10-05 22:21:23 +00:00
|
|
|
- ls /
|
2024-10-05 22:28:41 +00:00
|
|
|
- git -C /mnt/caddy-sites/www.techtransthai.org pull
|
|
|
|
volumes:
|
|
|
|
- /mnt/caddy-sites:/mnt/caddy-sites
|