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: submodules:
image: alpine/git image: alpine/git
commands: commands:
- git submodule update --init --recursive - git submodule update --init --recursive
build: build:
image: klakegg/hugo:ext-asciidoctor-ci image: klakegg/hugo:ext-asciidoctor-ci
commands: commands:
- rm -r /korhonen.cc/* - rm -r /korhonen.cc/*
- hugo -d /korhonen.cc - hugo -d /korhonen.cc
volumes: volumes:
- /var/www/korhonen.cc:/korhonen.cc - /var/www/korhonen.cc:/korhonen.cc