From 4d0c57891be12dd8de593792075e7a2aea40e97c Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 6 Oct 2024 05:28:41 +0700 Subject: [PATCH] try using volumes --- .woodpecker.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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