From c159206ae4ce1a43cec3476cfe2854666720606b Mon Sep 17 00:00:00 2001 From: pstruebi Date: Mon, 17 Nov 2025 09:36:56 +0100 Subject: [PATCH] remove identity file usage --- deploy_to_hetzner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_to_hetzner.sh b/deploy_to_hetzner.sh index 539e288..4abbaf3 100755 --- a/deploy_to_hetzner.sh +++ b/deploy_to_hetzner.sh @@ -9,7 +9,7 @@ LOCAL_DIR="$(dirname \"$0\")/src" # === UPLOAD === echo "Uploading website files to $USER@$SERVER:$REMOTE_DIR ..." -sftp -i ~/.ssh/id_ed25519 -oBatchMode=yes -b - $USER@$SERVER <