Skip to content

Commit 79edb8a

Browse files
authored
Merge pull request #16 from fastapilabs/12-18-_add_missing_ready_for_build_status
🐛 Add missing `ready_for_build` status
2 parents 020d0cb + e24189b commit 79edb8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)