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 <