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