diff --git a/.drone.yml b/.drone.yml index 58aeab7..96168cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,19 +17,19 @@ steps: # source: path/to/source # theme: path/themes/THEMENAME/ -- name: deploy - image: drillster/drone-rsync - environment: - RSYNC_KEY: - from_secret: deploy_ssh_key - RSYNC_USER: - from_secret: deploy_ssh_user - settings: - hosts: - - from_secret: deploy_host - source: public/ - target: - from_secret: deploy_dir - when: - branch: - - master + - name: deploy + image: drillster/drone-rsync + environment: + RSYNC_KEY: + from_secret: deploy_ssh_key + RSYNC_USER: + from_secret: deploy_ssh_user + settings: + hosts: + - from_secret: deploy_host + source: public/ + target: + from_secret: deploy_dir + when: + branch: + - master