pipeline: build: image: alpine:3 commands: - apk update - apk add --no-cache hugo - hugo --minify deploy: image: alpine:3 commands: - apk update - apk add --no-cache rsync