diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..dedbf5b --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,6 @@ +pipeline: + build: + image: alpine + commands: + - apk add hugo + - hugo --destination /var/www/vrifox.cc/ --minify --cleanDestinationDir \ No newline at end of file