From e006c2fbb54ad5ed3e6d244de2c403c204b40971 Mon Sep 17 00:00:00 2001 From: Stefan H Date: Mon, 6 Feb 2023 13:29:56 +0100 Subject: [PATCH] Another correction of upload destination --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 332040f..f78597c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: - mkdir -p ~/.ssh - echo -e "Host *\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config # - rsync -rv -e "ssh -p 22222" /drone/src/build/ hadr@server4.unhb.de:/htdocs/ --checksum - - scp -P 22222 -r /drone/src/build/ hadr@server4.un-hack-bar.de:/htdocs + - scp -P 22222 -r /drone/src/build/* hadr@server4.un-hack-bar.de:/htdocs/ environment: SSH_KEY: from_secret: drone_ssh_key