blog/.woodpecker.yml

16 lines
293 B
YAML
Raw Normal View History

2022-11-29 11:57:11 +00:00
pipeline:
2022-11-29 12:18:46 +00:00
fetch-theme:
2022-11-29 12:17:04 +00:00
image: alpine/git
2022-11-29 11:57:11 +00:00
commands:
2022-11-29 12:17:04 +00:00
- git submodule init
2022-11-29 12:18:19 +00:00
- git submodule update --recursive --remote
2022-11-29 12:20:11 +00:00
build-hugo:
2022-11-29 12:22:34 +00:00
image: klakegg/hugo
2022-11-29 12:19:47 +00:00
commands:
- hugo
2022-11-29 12:24:02 +00:00
send:
image: alpine
commands:
2022-11-29 12:25:28 +00:00
- apk update && apk add openssh
2022-11-29 12:24:02 +00:00
- scp