From 48d8e10680fa976e9c7d6c9278f160906feedf8d Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 6 Oct 2024 18:01:19 +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..a25b5db --- /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/thailinux.techtransthai.org/public + volumes: + - /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites \ No newline at end of file