kind: pipeline type: docker name: default steps: - name: build image: plugins/hugo settings: hugo_version: 0.79 validate: true - name: deploy image: einar/drone-rsync settings: source: public/ target: /tmp/ volumes: - name: site path: /site when: branch: exclude: - master volumes: - name: site host: path: /tmp/ - name: public temp: {}