Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update docs/gcp-worker-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Hale <[email protected]>
  • Loading branch information
biancaines and discdiver committed Sep 25, 2023
1 parent 9f5b52b commit 7133d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gcp-worker-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ deployments:

To get a better understanding of the different components of the `prefect.yaml` file above and what they do, feel free to read this next section. Otherwise, you can skip ahead to *Flow Deployment*.

In the `build` section of the `prefect.yaml` file, there are two steps which are executed:
In the `build` section of the `prefect.yaml` file two steps are executed at deployment build time:

1. `prefect.deployments.steps.run_shell_script` : runs a shell command which configures Docker to authenticate with GCR using your Google Cloud credentials.
2. `prefect_docker.deployments.steps.build_docker_image` : builds a Docker image automatically which uses the name and tag chosen previously.
Expand Down

0 comments on commit 7133d94

Please sign in to comment.