korhonen.cc/.woodpecker.yml
Marko Korhonen 3ad6083d81
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add github actions, minify output
2024-01-27 22:42:55 +02:00

11 lines
295 B
YAML

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