add initial woodpecker config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vri 🌈 2023-03-26 00:00:23 +01:00
parent 3ba918a46c
commit ee2b20c81c
Signed by: vrifox
GPG key ID: D40098E5B60B2197

6
.woodpecker.yml Normal file
View file

@ -0,0 +1,6 @@
pipeline:
build:
image: alpine
commands:
- apk add hugo
- hugo --destination /var/www/vrifox.cc/ --minify --cleanDestinationDir