neilhanlon.me/.woodpecker.yml

21 lines
293 B
YAML
Raw Normal View History

2022-11-11 21:14:34 +00:00
---
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: ubuntu-latest
commands:
- ./deploy.sh