pipeline: build: image: alpine commands: - apk update - apk add hugo - hugo --destination /var/www/vrifox.cc/ --minify --cleanDestinationDir