From b5b00853de8c277718c1444419f1f4201c439c9c Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 17 May 2021 14:51:34 +0700 Subject: [PATCH] #5 fixed hosts --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3e9db35..ec8b236 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,9 @@ steps: from_secret: rsync_key port: from_secret: rsync_port - hosts: [${rsync_host}] + secrets: + - source: rsync_host + target: plugin_hosts source: ./ target: ${BUILD_PATH}/${DRONE_BRANCH} include: