blog/.woodpecker.yml
Ewen d3e19b343e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test ci
2022-11-29 13:25:08 +01:00

16 lines
298 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:
- sudo apk update && apk add openssh
- scp