forked from cerc-io/snowballtools-base
Populate domainId while creating deployment
This commit is contained in:
committed by
IshaVenikar
parent
13892015a5
commit
6df685831f
@@ -706,7 +706,8 @@ export class Service {
|
||||
await this.db.updateDeploymentById(newDeployment.id, {
|
||||
applicationDeploymentRequestId,
|
||||
applicationDeploymentRequestData,
|
||||
dnsDeploymentRequestId
|
||||
dnsDeploymentRequestId,
|
||||
domainId: domain?.id ?? null
|
||||
});
|
||||
|
||||
return newDeployment;
|
||||
|
||||
Reference in New Issue
Block a user