From c6f3c45fa1aee9f7e672a88a8e1514a82b6f89e7 Mon Sep 17 00:00:00 2001 From: "Felipe M." Date: Fri, 26 Jul 2024 14:33:02 +0200 Subject: [PATCH] ci: woodpecker setup --- .woodpecker/deploy.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .woodpecker/deploy.yml diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml new file mode 100644 index 0000000..42df415 --- /dev/null +++ b/.woodpecker/deploy.yml @@ -0,0 +1,11 @@ +when: + - event: push + branch: master + +steps: + - name: Hugo build + image: alpine:latest + commands: + - apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community go hugo git + - hugo --gc --minify + - ls public