Merge pull request #3537 from Dokploy/3510-commit-message-is-wrong-when-using-remote-builder

fix(application): update commit info extraction to include appName an…
This commit is contained in:
Mauricio Siu
2026-01-27 21:47:19 -06:00
committed by GitHub

View File

@@ -253,7 +253,11 @@ export const deployApplication = async ({
} finally {
// Only extract commit info for non-docker sources
if (application.sourceType !== "docker") {
const commitInfo = await getGitCommitInfo(application);
const commitInfo = await getGitCommitInfo({
appName: application.appName,
type: "application",
serverId: serverId,
});
if (commitInfo) {
await updateDeployment(deployment.deploymentId, {