From 18131e0486f3577223877e06edcb86ac1df7e4b6 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 12 Jul 2020 01:56:28 -0700 Subject: [PATCH] indentation --- .drone.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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