From 92798067f099e4c640162ecce33d1162b338a7ad Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 6 Oct 2024 05:10:36 +0700 Subject: [PATCH] try using alpine image --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4c98097..2d34b9c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,6 @@ steps: simple-deploy: - image: git + image: alpine commands: + - apk add git - git -C /ttt-org/caddy-sites/www.techtransthai.org pull \ No newline at end of file