diff --git a/.woodpecker.yml b/.woodpecker.yml index 64e68e9..471e346 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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