korhonen.cc/.woodpecker.yml
Marko Korhonen 59297c6871
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Trying to fix CI
2024-01-27 19:21:09 +02:00

11 lines
270 B
YAML

steps:
build:
image: klakegg/hugo:ext-asciidoctor-ci
commands:
- npm install
- hugo --gc --cleanDestinationDir --enableGitInfo -d /korhonen.cc
volumes:
- /var/www/korhonen.cc:/korhonen.cc
environment:
- GOROOT=/usr/local/lib/go