File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,19 @@ Defang manages the deployment process for services. You can learn more about how
2121::: info
2222We plan to add support for other types of services in the future, including serverless functions.
2323:::
24+
25+ ### Status
26+ Below is an overview of the possible statuses for a service in Defang.
27+
28+ | Status | Details |
29+ | -| -|
30+ | BUILD_QUEUED | The build is being queued. |
31+ | BUILD_PROVISIONING | The build is provisioning. |
32+ | BUILD_PENDING | The build is pending. |
33+ | BUILD_ACTIVATING | The build is activating. |
34+ | BUILD_RUNNING | The build is running. |
35+ | BUILD_STOPPING | The build is stopping. |
36+ | BUILD_FAILED | The build failed. |
37+ | SERVICE_DEPLOYMENT_PENDING | The deployment is pending. |
38+ | SERVICE_DEPLOYMENT_COMPLETED | The deployment completed. |
39+ | SERVICE_DEPLOYMENT_FAILED | The deployment failed. |
You can’t perform that action at this time.
0 commit comments