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