Explorar el Código

status updates (#3981)

d-g-town hace 2 años
padre
commit
6d4e1effd7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/lib/revisions/types.ts

+ 1 - 0
dashboard/src/lib/revisions/types.ts

@@ -17,6 +17,7 @@ export const appRevisionValidator = z.object({
     "PREDEPLOY_SUCCESSFUL",
     "DEPLOY_FAILED",
     "APPLY_FAILED",
+    "UPDATE_FAILED",
   ]),
   b64_app_proto: z.string(),
   revision_number: z.number(),