Track cancelled deployments separately.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
keyhan
2026-05-18 22:15:43 +03:30
parent d5e6ab0f68
commit 68d1ccb196
10 changed files with 34 additions and 9 deletions
+1
View File
@@ -72,6 +72,7 @@ export enum DeploymentStatus {
DEPLOYING = 'deploying',
RUNNING = 'running',
FAILED = 'failed',
CANCELLED = 'cancelled',
STOPPED = 'stopped',
DELETING = 'deleting',
}