diff --git a/.woodpecker.yml b/.woodpecker.yml index 1b324b8..a2fca5a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,8 @@ -pipeline: +steps: simple-deploy: image: alpine/git commands: - ls / - - git -C /mnt/caddy-sites/www.techtransthai.org pull \ No newline at end of file + - git -C /mnt/caddy-sites/www.techtransthai.org pull + volumes: + - /mnt/caddy-sites:/mnt/caddy-sites \ No newline at end of file