diff --git a/packages/server/src/services/application.ts b/packages/server/src/services/application.ts index e297124da..4c194e0fd 100644 --- a/packages/server/src/services/application.ts +++ b/packages/server/src/services/application.ts @@ -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, });