korhonen.cc/.woodpecker.yml
Marko Korhonen 05b1d9836f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Remove unneeded build option
This is defined in the config already
2024-01-27 22:16:59 +02:00

11 lines
286 B
YAML

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