fix: set right branch in preview remote deployments

This commit is contained in:
Mauricio Siu
2025-01-22 23:33:05 -06:00
parent 81248ed03f
commit e50bbd1a6a

View File

@@ -577,6 +577,8 @@ export const deployRemotePreviewApplication = async ({
if (application.sourceType === "github") {
command += await getGithubCloneCommand({
...application,
appName: previewDeployment.appName,
branch: previewDeployment.branch,
serverId: application.serverId,
logPath: deployment.logPath,
});