fix(deploy): handle empty push args

This commit is contained in:
2026-07-06 13:03:53 +08:00
parent 85a14c38a4
commit ea9b3b08c6
+1 -1
View File
@@ -19,7 +19,7 @@ push_to_remote() {
fi
echo "=========================================="
echo "git push ${push_args[*]} $remote $branch ..."
echo "git push ${push_args[*]-} $remote $branch ..."
echo "=========================================="
local current=$(git branch --show-current 2>/dev/null || echo "unknown")