korhonen.cc/.woodpecker.yml
Marko Korhonen 12f5e40971
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Trying to fix GOROOT
2024-01-27 19:16:40 +02:00

13 lines
318 B
YAML

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