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