korhonen.cc/.woodpecker.yml

14 lines
280 B
YAML
Raw Normal View History

2022-12-17 13:19:04 +02:00
pipeline:
submodules:
image: alpine/git
commands:
- git submodule update --init --recursive
build:
image: klakegg/hugo:ext-asciidoctor-ci
commands:
- rm -r /korhonen.cc/*
- hugo -d /korhonen.cc
volumes:
- /var/www/korhonen.cc:/korhonen.cc