bgenc.net/.woodpecker.yml

18 lines
368 B
YAML
Raw Normal View History

2022-11-19 00:39:32 -06:00
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo -D
2022-11-19 11:10:43 -06:00
deploy:
2023-04-25 20:20:51 -05:00
image: minio/mc
secrets: [MINIO_URL, ACCESS_KEY, SECRET_KEY]
2022-11-19 11:10:43 -06:00
commands:
2023-04-25 20:20:51 -05:00
- mc alias set minio $MINIO_URL $ACCESS_KEY $SECRET_KEY
2023-04-25 22:01:55 -05:00
- mc mirror public/ minio/bgenc.net/