--- kind: pipeline type: docker name: default steps: - name: pull changes and build image: klakegg/hugo:alpine clone: false volumes: - name: public path: /public commands: - cd /public - apk add git ssh - git pull origin master - git submodule update - hugo volumes: - name: public host: path: /var/www/qugalet