From 23a6dc55a021c1709c26355179afcdeb95d1a31c Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 6 Oct 2024 18:25:34 +0700 Subject: [PATCH] Add CI --- .woodpecker.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..feeed06 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,9 @@ +steps: + - name: techtransthai-simple-deploy + image: alpine + commands: + - apk add git go + - apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo + - hugo --destination /mnt/caddy-sites/blog.techtransthai.org/public + volumes: + - /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites \ No newline at end of file