Populate domainId while creating deployment

This commit is contained in:
Shreerang Kale
2025-02-03 09:18:14 +05:30
committed by IshaVenikar
parent 13892015a5
commit 6df685831f
3 changed files with 7 additions and 33 deletions
+2 -1
View File
@@ -706,7 +706,8 @@ export class Service {
await this.db.updateDeploymentById(newDeployment.id, {
applicationDeploymentRequestId,
applicationDeploymentRequestData,
dnsDeploymentRequestId
dnsDeploymentRequestId,
domainId: domain?.id ?? null
});
return newDeployment;