ci: woodpecker setup
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Felipe M 2024-07-26 14:33:02 +02:00
parent e77e5583c2
commit c6f3c45fa1
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

11
.woodpecker/deploy.yml Normal file
View file

@ -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