1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00

Merge branch 'appwrite:master' into feat-disqus-Oauth-provider

This commit is contained in:
Bishwajeet Parhi 2022-08-08 21:21:47 +05:30 committed by GitHub
commit 4ac204d230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ class Deployment extends Model
])
->addRule('status', [
'type' => self::TYPE_STRING,
'description' => 'The deployment status.',
'description' => 'The deployment status. Possible values are "processing", "building", "pending", "ready", and "failed".',
'default' => '',
'example' => 'enabled',
])