Fix woodpecker workflow
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marko Korhonen 2023-12-09 23:32:14 +02:00
parent fbbea17a36
commit f33656b303
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,13 +1,13 @@
pipeline:
steps:
submodules:
image: alpine/git
commands:
- git submodule update --init --recursive
- git submodule update --init --recursive
build:
image: klakegg/hugo:ext-asciidoctor-ci
commands:
- rm -r /korhonen.cc/*
- hugo -d /korhonen.cc
- rm -r /korhonen.cc/*
- hugo -d /korhonen.cc
volumes:
- /var/www/korhonen.cc:/korhonen.cc
- /var/www/korhonen.cc:/korhonen.cc