pipeline: build: image: cbrgm/drone-hugo:latest settings: validate: true hugo_version: 0.83 url: https://seuh2022.sqa.freeddns.org/ deploy: image: drillster/drone-rsync hosts: [ "10.0.100.5" ] target: /volume source: public/* user: snowball77 secrets: [ rsync_key ]