bgenc.net/.woodpecker.yml
Kaan Barmore-Genç 4f662d8c80
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
mc mirror overwrite
2023-04-25 23:04:52 -04:00

18 lines
380 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo -D
deploy:
image: minio/mc
secrets: [MINIO_URL, ACCESS_KEY, SECRET_KEY]
commands:
- mc alias set minio $MINIO_URL $ACCESS_KEY $SECRET_KEY
- mc mirror --overwrite public/ minio/bgenc.net/