From be8b531e5d4c321b00518db5e89e6cc029e44a5a Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 22 Sep 2020 10:09:15 +0100 Subject: [PATCH] . --- .drone/drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone/drone.yml b/.drone/drone.yml index a616145..b81d312 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -48,9 +48,9 @@ steps: - drone_gitea_client_secret - drone_rpc_secret - ssh_key - #host: ${SSH_HOST} + host: ${HOST} #key: ${SSH_KEY} - password: ${SSH_PASSWORD} + password: ${PASSWORD} #passphrase: ${SSH_PASSPHRASE} port: ${PORT} script: @@ -88,15 +88,15 @@ steps: from_secret: registry-password REGISTRY_PORT: from_secret: registry-port - SSH_HOST: + HOST: from_secret: ssh-host - #SSH_KEY: - # from_secret: ssh-key + KEY: + from_secret: ssh-key PORT: from_secret: ssh-port SSH_USER: from_secret: ssh-user - SSH_PASSWORD: + PASSWORD: from_secret: ssh-password - name: scp