bgenc.net/.woodpecker.yml
Kaan Barmore-Genç 7b800d3d69
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
make sure its being pushed to the right bucket
2023-04-25 21:24:23 -04:00

18 lines
361 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 public/ minio/bgenc.net/