diff --git a/.drone.yml b/.drone.yml index b661dd0..c4da337 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,13 +16,14 @@ steps: - name: deploy image: drillster/drone-rsync - hosts: - - moonside.games - target: /var/www/docs/encompass - source: public/ - recursive: true - key: - from_secret: rsync_key + settings: + hosts: + - moonside.games + target: /var/www/docs/encompass + source: public/ + recursive: true + key: + from_secret: rsync_key when: branch: - main