This commit is contained in:
parent
3ba918a46c
commit
ee2b20c81c
1 changed files with 6 additions and 0 deletions
6
.woodpecker.yml
Normal file
6
.woodpecker.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: alpine
|
||||
commands:
|
||||
- apk add hugo
|
||||
- hugo --destination /var/www/vrifox.cc/ --minify --cleanDestinationDir
|
Loading…
Reference in a new issue