bgenc.net/.woodpecker.yml
Kaan Barmore-Genç 1a8786305b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update syntax: pipeline to steps
2023-08-06 14:24:21 -05:00

18 lines
377 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
steps:
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/