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:
|
simple-deploy:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- ls /
|
- 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