korhonen.cc/.woodpecker.yml
Marko Korhonen e7f724ed71
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use new CI image
2024-01-27 21:46:47 +02:00

11 lines
302 B
YAML

steps:
build:
image: git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest
commands:
- npm install
- hugo --gc --cleanDestinationDir --enableGitInfo -d /korhonen.cc
volumes:
- /var/www/korhonen.cc:/korhonen.cc
environment:
- GOROOT=/usr/local/lib/go