Skip to content

Commit e24189b

Browse files
committed
🐛 Add missing ready_for_build status
1 parent 020d0cb commit e24189b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class DeploymentStatus(str, Enum):
100100
deploying = "deploying"
101101
success = "success"
102102
failed = "failed"
103+
ready_for_build = "ready_for_build"
103104

104105

105106
class CreateDeploymentResponse(BaseModel):

0 commit comments

Comments
 (0)