From af79802ed2c5aad7a4d65b04648be9c82003f6cb Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 8 Mar 2020 07:31:30 +0100 Subject: [PATCH] don't know what it wants --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e765d67..c4453a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: - name: hugo-rsync-deploy pull: always image: drillster/drone-rsync - hosts: "$HUGO_HOST" + hosts: [ "$HUGO_HOST" ] from_secret: hugo_host user: HUGO_USER from_secret: hugo_user