From bbc58cb4c6b4bdde7de48bae586a1e6c853a076e Mon Sep 17 00:00:00 2001 From: Stefan H Date: Mon, 6 Feb 2023 13:04:06 +0100 Subject: [PATCH] Adjustment of port and folder --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f12d212..b993e33 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 22" /drone/src/build/ root@server4.unhb.de:/tmp/test/ --checksum + - rsync -rv -e "ssh -p 22222" /drone/src/build/ root@server4.unhb.de:/htdocs/ --checksum environment: SSH_KEY: from_secret: drone_ssh_key