kind: pipeline steps: - name: deploy image: drillster/drone-rsync settings: user: from_secret: user hosts: - samtherapy.net port: from_secret: port key: from_secret: rsync_key recursive: true source: target: from_secret: target args: from_secret: args secrets: [ args, user, port, rsync_key, target ]