blog/.woodpecker.yml

16 lines
293 B
YAML

pipeline:
fetch-theme:
image: alpine/git
commands:
- git submodule init
- git submodule update --recursive --remote
build-hugo:
image: klakegg/hugo
commands:
- hugo
send:
image: alpine
commands:
- apk update && apk add openssh
- scp