korhonen.cc/.woodpecker.yml
Marko Korhonen 0665a51ad4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix remove failing if no files exist
2023-12-10 14:10:42 +02:00

14 lines
286 B
YAML

steps:
submodules:
image: alpine/git
commands:
- git submodule update --init --recursive
build:
image: klakegg/hugo:ext-asciidoctor-ci
commands:
- rm -rf /korhonen.cc/*
- hugo -d /korhonen.cc
volumes:
- /var/www/korhonen.cc:/korhonen.cc