Allow interactive SFTP password prompt

This commit is contained in:
2026-06-23 11:45:08 +02:00
parent f8e4e39712
commit aac6169251
+1 -1
View File
@@ -45,6 +45,6 @@ put -r vendor
EOF EOF
cd "$repo_root" cd "$repo_root"
sftp -P "$deploy_port" -b "$batch_file" "$DEPLOY_USER@$DEPLOY_HOST" sftp -P "$deploy_port" "$DEPLOY_USER@$DEPLOY_HOST" < "$batch_file"
echo "Deployment abgeschlossen: $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_TARGET_DIR" echo "Deployment abgeschlossen: $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_TARGET_DIR"