From ddc717ea0106d7c4c63e00ad92d22eaff7a275cb Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 17 May 2021 14:49:56 +0700 Subject: [PATCH] #5 fixed hosts --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cc48b7d..3e9db35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,8 +38,7 @@ steps: from_secret: rsync_key port: from_secret: rsync_port - hosts: - from_secret: rsync_host + hosts: [${rsync_host}] source: ./ target: ${BUILD_PATH}/${DRONE_BRANCH} include: