From f9f40bcf20488f795cac876fc63ebdc81fff58a0 Mon Sep 17 00:00:00 2001 From: Avior Date: Tue, 17 Mar 2020 00:37:22 +0100 Subject: [PATCH] =?UTF-8?q?testing=20=F0=9F=97=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Avior --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index a5a6edc..e50d96c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,8 +41,11 @@ steps: image: alpine commands: - apk -q add openssh-client sshpass + - echo $KNOWN_HOST > ~/.ssh/known_host - ./upload.sh environment: + KNOWN_HOST: + from_secret: KNOWN_HOST UPLOAD_USERNAME: from_secret: UPLOAD_USERNAME UPLOAD_PASSWORD: