mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: set right branch in preview remote deployments
This commit is contained in:
@@ -577,6 +577,8 @@ export const deployRemotePreviewApplication = async ({
|
|||||||
if (application.sourceType === "github") {
|
if (application.sourceType === "github") {
|
||||||
command += await getGithubCloneCommand({
|
command += await getGithubCloneCommand({
|
||||||
...application,
|
...application,
|
||||||
|
appName: previewDeployment.appName,
|
||||||
|
branch: previewDeployment.branch,
|
||||||
serverId: application.serverId,
|
serverId: application.serverId,
|
||||||
logPath: deployment.logPath,
|
logPath: deployment.logPath,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user