fmartingr.com/.woodpecker/deploy.yml
Felipe M. c6f3c45fa1
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci: woodpecker setup
2024-07-26 14:52:41 +02:00

11 lines
259 B
YAML

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