File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
_includes/deploy/providers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Use the following options to further configure the deployment.
27
27
| `symbols_file` | Path to the symbols file — type : string |
28
28
| `testers_groups` | Tester groups to be notified about this build — type : string, e.g.: e.g. group1,group1 |
29
29
| `notify` | Send an email with a changelog to your users — type : boolean |
30
- | `auto_update` | Automaticall upgrade all the previous installations of this app this version — type : boolean |
30
+ | `auto_update` | Automatically upgrade all the previous installations of this app this version — type : boolean |
31
31
| `advanced_options` | Comma_separated list of advanced options — type : string, e.g.: option1,option2 |
32
32
33
33
# ## Shared options
@@ -41,4 +41,4 @@ All options can be given as environment variables if prefixed with `TESTFAIRY_`.
41
41
42
42
For example, `api_key` can be given as `TESTFAIRY_API_KEY=<api_key>`.
43
43
44
- {% include deploy/secrets.md name="api_key" env_name="TESTFAIRY_API_KEY" %}
44
+ {% include deploy/secrets.md name="api_key" env_name="TESTFAIRY_API_KEY" %}
You can’t perform that action at this time.
0 commit comments