korhonen.cc/.woodpecker.yml

14 lines
280 B
YAML

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