korhonen.cc/.woodpecker.yml

11 lines
295 B
YAML
Raw Normal View History

2023-12-09 23:32:14 +02:00
steps:
2022-12-17 13:19:04 +02:00
build:
2024-01-27 21:46:47 +02:00
image: git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest
2022-12-17 13:19:04 +02:00
commands:
2024-01-26 22:28:35 +02:00
- npm install
2024-01-27 22:42:55 +02:00
- hugo --gc --minify --cleanDestinationDir -d /korhonen.cc
2022-12-17 13:19:04 +02:00
volumes:
2023-12-09 23:32:14 +02:00
- /var/www/korhonen.cc:/korhonen.cc
2024-01-27 19:16:40 +02:00
environment:
- GOROOT=/usr/local/lib/go