We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ready_for_build
1 parent 020d0cb commit e24189bCopy full SHA for e24189b
1 file changed
src/fastapi_cloud_cli/commands/deploy.py
@@ -100,6 +100,7 @@ class DeploymentStatus(str, Enum):
100
deploying = "deploying"
101
success = "success"
102
failed = "failed"
103
+ ready_for_build = "ready_for_build"
104
105
106
class CreateDeploymentResponse(BaseModel):
0 commit comments