kind: pipeline type: docker name: default steps: - name: submodules image: alpine/git commands: - git submodule update --init --recursive steps: - name: hugo image: corpusops/hugo commands: - hugo_extended steps: - name: scp files image: appleboy/drone-scp volumes: - name: sshkey path: /sshprivate settings: host: "peach.verry.org" source: ./public target: ~/public username: yann-blog key: /sshprivate recursive: true volumes: - name: sshkey host: path: /srv/docker/volumes/drone/sshkey/yann-blog