bgenc.net/.woodpecker.yml
Kaan Barmore-Genç 0bcc672bbe
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
add post about building rust CLIs
2023-12-09 00:44:49 -06:00

22 lines
462 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
steps:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo
search:
image: seriousbug/pagefind
commands:
- pagefind --site public
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/