Remove current deployment and publish ApplicationDeploymentRemovalRequest for project DNS deployment

This commit is contained in:
2024-04-25 16:59:02 +05:30
parent b53e12b94b
commit 5f4be30799
6 changed files with 64 additions and 17 deletions
+1
View File
@@ -21,6 +21,7 @@ export enum DeploymentStatus {
Building = 'Building',
Ready = 'Ready',
Error = 'Error',
Deleting = 'Deleting'
}
export enum DomainStatus {