pipeline: build: image: jbrechtel/zola:latest commands: - "zola build" deploy: image: jbrechtel/rsync:latest commands: - sshpass -p $$DEPLOY_PASSWORD rsync -avzr -e ssh /src/ $$DEPLOY_USER@$$DEPLOY_HOST:$$DEPLOY_PATH