kind: pipeline type: docker name: default steps: - name: submodules image: alpine/git commands: - git submodule update --init --recursive --remote themes/ananke/ - name: build image: plugins/hugo settings: hugo_version: 0.79.0 validate: false - name: deploy image: einar/drone-rsync pull: never settings: source: public/ target: /tmp/ volumes: - name: site path: /site #when: #branch: #exclude: #- master volumes: - name: site host: path: /tmp/ - name: public temp: {}