try using volumes
This commit is contained in:
parent
7819b3a149
commit
4d0c57891b
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
pipeline:
|
||||
steps:
|
||||
simple-deploy:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- ls /
|
||||
- git -C /mnt/caddy-sites/www.techtransthai.org pull
|
||||
- git -C /mnt/caddy-sites/www.techtransthai.org pull
|
||||
volumes:
|
||||
- /mnt/caddy-sites:/mnt/caddy-sites
|
Loading…
Reference in a new issue