Skip to content

Commit

Permalink
refer to type
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Nov 15, 2023
1 parent dd29b24 commit b624e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/arcaflow/workflows/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ outputs:

### 0.2.0

For the configuration file, `config.yaml`, two types of deployers are now possible, `image` and `python`, so `deployer` has become `deployers`. The `deployer_name` key and value are now **required**.
For the configuration file, `config.yaml`, two types of deployers are now possible, `image` and `python`, so `deployer` has become `deployers`. Effectively, the `type` key has become the `deployer_name` key. The `deployer_name` key and value are **required** which means you must also have either the `image` key or the `python` key.

```yaml
deployers:
Expand Down

0 comments on commit b624e12

Please sign in to comment.