You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/v3/source/includes/resources/deployments/_create.md.erb
+1
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ Name | Type | Description | Default
78
78
**revision**<sup>[1]</sup> | _object_ | The [revision](#revisions) whose droplet to deploy for the app; this will update the app's [current droplet](#get-current-droplet-association-for-an-app) to this droplet |
79
79
**strategy** | _string_ | The strategy to use for the deployment | `rolling`
80
80
**options.max_in_flight** | _integer_ | The maximum number of new instances to deploy simultaneously | 1
81
+
**options.web_instances** | _integer_ | The number of web instances the deployment will scale to | The current web process's instance count
81
82
**options.canary.steps** | _array of [canary step objects](#canary-steps-object)_ | An array of canary steps to use for the deployment
82
83
**metadata.labels** | [_label object_](#labels) | Labels applied to the deployment
83
84
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the deployment
Copy file name to clipboardexpand all lines: docs/v3/source/includes/resources/deployments/_object.md.erb
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Name | Type | Description
20
20
**status.canary.steps.total** | _integer_ | The total number of canary steps. Only available for deployments with strategy 'canary'. (experimental)
21
21
**strategy** | _string_ | Strategy used for the deployment; supported strategies are `rolling` and `canary` (experimental)
22
22
**options.max_in_flight** | _integer_ | The maximum number of new instances to deploy simultaneously
23
+
**options.web_instances** | _integer_ | The number of web instances the deployment will scale to
23
24
**options.canary.steps** | _array of [canary step objects](#canary-steps-object)_ | Canary steps to use for the deployment. Only available for deployments with strategy 'canary'. (experimental)
24
25
**droplet.guid** | _string_ | The droplet guid that the deployment is transitioning the app to
25
26
**previous_droplet.guid** | _string_ | The app's [current droplet guid](#get-current-droplet-association-for-an-app) before the deployment was created
0 commit comments