From 6a168538cd5195c71c868eb511e93ff69e03c45b Mon Sep 17 00:00:00 2001 From: Stefan H Date: Mon, 6 Feb 2023 13:11:28 +0100 Subject: [PATCH] Corrected SSH user --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b993e33..9ad7f79 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: - echo "$SSH_KEY" | ssh-add - - mkdir -p ~/.ssh - echo -e "Host *\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config - - rsync -rv -e "ssh -p 22222" /drone/src/build/ root@server4.unhb.de:/htdocs/ --checksum + - rsync -rv -e "ssh -p 22222" /drone/src/build/ hadr@server4.unhb.de:/htdocs/ --checksum environment: SSH_KEY: from_secret: drone_ssh_key