Merge pull request #1178 from Dokploy/1175-preview-deployment-not-found-correctly

fix: set right branch in preview remote deployments
This commit is contained in:
Mauricio Siu
2025-01-22 23:33:29 -06:00
committed by GitHub

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,
});