bgenc.net/.woodpecker.yml
Kaan Barmore-Genç e3f77eb7f9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix mc command
2023-04-25 23:01:55 -04:00

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