pipeline: build: image: floryn90/hugo:ext-alpine commands: - hugo mod get -u - hugo-official --minify --gc --cleanDestinationDir deploy: image: eeacms/rsync commands: - rsync -r --delete public/ /mnt/jcktrue.dk volumes: - /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/