fix(application): update commit info extraction to include appName and serverId

This commit is contained in:
Mauricio Siu
2026-01-27 21:46:54 -06:00
parent 5c89973cc2
commit 9934346d8c

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, {