kind: pipeline type: docker name: default pipeline: build: image: cbrgm/drone-hugo:latest validate: true url: https://www.vbrandl.net deploy: image: drillster/drone-rsync hosts: [ "vbrandl.net" ] target: /var/www/vbrandl.net source: public/* user: hugo secrets: [ rsync_key ]