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 Oct 3, 2023
1 parent 23ab4ab commit 7029e6c
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 @@ -208,7 +208,7 @@ if __name__ == "__main__":

In the remainder of this guide, this script will be referred to as `weather_flow.py`, but you can name yours whatever you'd like.

#### Creating a Prefect.yaml file
#### Creating a `prefect.yaml` file
Now we're ready to make a `prefect.yaml` file, which will be responsible for managing the deployments of this repository.
**Navigate back to the root of your directory**, and run the following command to create a `prefect.yaml` file using Prefect's docker deployment recipe.

Expand Down

0 comments on commit 7029e6c

Please sign in to comment.