feat: add git commit info extraction to deployment logic

- Integrated `getGitCommitInfo` function to retrieve the latest commit message and hash for applications and compose services.
- Updated deployment logic to conditionally include commit information in deployment updates, enhancing traceability.
- Refactored import statements for better organization and clarity.
This commit is contained in:
Mauricio Siu
2025-11-14 22:27:38 -06:00
parent dd06c7006d
commit 61d9ae397a
4 changed files with 84 additions and 3 deletions

View File

@@ -131,6 +131,8 @@ exit 1;
exit 1;
`;
}
return "";
};
export const addDomainToCompose = async (
compose: Compose,