korhonen.cc/.woodpecker.yml
Marko Korhonen f33656b303
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix woodpecker workflow
2023-12-09 23:32:14 +02:00

14 lines
285 B
YAML

steps:
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