From 71736fa7267285ea3cd83f7ca0e8c79bfd9b2d6c Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 22 Sep 2020 10:06:19 +0100 Subject: [PATCH] . --- .drone/drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone/drone.yml b/.drone/drone.yml index 3455cf8..554d97e 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -50,9 +50,9 @@ steps: - ssh_key #host: ${SSH_HOST} #key: ${SSH_KEY} - #password: ${SSH_PASSWORD} + password: ${SSH_PASSWORD} #passphrase: ${SSH_PASSPHRASE} - port: ${SSH_PORT} + port: ${PORT} script: - rm -f env-drone - "echo \"export REGISTRY_DOMAIN='$${REGISTRY_DOMAIN}'\" >> env-drone # \"registry-domain\"" @@ -90,14 +90,14 @@ steps: from_secret: registry-port SSH_HOST: from_secret: ssh-host - SSH_KEY: - from_secret: ssh-key - SSH_PORT: - from_secret: ssh-port + #SSH_KEY: + # from_secret: ssh-key + PORT: + from_secret: port SSH_USER: from_secret: ssh-user - #SSH_PASSWORD: - # from_secret: ssh-password + SSH_PASSWORD: + from_secret: ssh-password - name: scp image: appleboy/drone-scp:1.6.2@sha256:bd37a55f4b97e7742b0de7333669b96220b3cc422d366e1fa8c34059b736ab47