website/.woodpecker.yml

7 lines
168 B
YAML
Raw Normal View History

2023-03-26 00:00:23 +01:00
pipeline:
build:
image: alpine
commands:
2023-03-26 00:08:48 +01:00
- apk update
2023-03-26 00:00:23 +01:00
- apk add hugo
- hugo --destination /var/www/vrifox.cc/ --minify --cleanDestinationDir