From 7819b3a149d28836d77d086d4df58c9007e97470 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 6 Oct 2024 05:24:57 +0700 Subject: [PATCH] try to use the standard /mnt directory --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5282bf9..1b324b8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,4 +3,4 @@ pipeline: image: alpine/git commands: - ls / - - git -C /ttt-org/caddy-sites/www.techtransthai.org pull \ No newline at end of file + - git -C /mnt/caddy-sites/www.techtransthai.org pull \ No newline at end of file