Skip to content

Commit

Permalink
Fix deployments typos (PrefectHQ#10353)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpwlms authored Aug 1, 2023
1 parent 83a3e10 commit 3f2c294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/deployments-ux.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ As an example, consider the following `prefect.yaml` file:
```yaml
build:
- prefect_docker.deployments.steps.build_docker_image:
id: build-image`
id: build-image
requires: prefect-docker>=0.3.0
image_name: my-repo/my-image
tag: my-tag
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Note that the appropriate library supporting the storage filesystem must be inst

A deployment's YAML file configures additional settings needed to create a deployment on the server.

As a single flow may have multiple deployments created for it, with different schedules, tags, and so on. A single flow definition may have multiple deployment YAML files referencing it, each specifying different settings. The only requirement is that each deployment must have a unique name.
A single flow may have multiple deployments created for it, with different schedules, tags, and so on. A single flow definition may have multiple deployment YAML files referencing it, each specifying different settings. The only requirement is that each deployment must have a unique name.

The default `{flow-name}-deployment.yaml` filename may be edited as needed with the `--output` flag to `prefect deployment build`.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/deployment/push-work-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Our push work pool will store information about what type of infrastructure we'r

Navigate to the blocks page, click create new block, and select AWS Credentials for the type.

For use in a push work pool, this block must have the region and cluster name filled out, in addiiton to access key and access key secret.
For use in a push work pool, this block must have the region and cluster name filled out, in addition to access key and access key secret.

Provide any other optional information and create your block.

Expand Down

0 comments on commit 3f2c294

Please sign in to comment.