neilhanlon.me/.woodpecker.yml
Neil Hanlon d2e9585a5e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Set git information
2022-11-11 22:35:16 -05:00

24 lines
433 B
YAML

---
branches: main
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
build:
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
commands:
- hugo
publish:
image: git.shrug.pw/neil/containers/woodpecker-ci:latest
environment:
- GIT_AUTHOR_NAME="Woody the Woodpecker"
- GIT_AUTHOR_EMAIL=ci@shrug.pw
commands:
- bash deploy.sh