Skip to content

Commit

Permalink
Update docs/3.0/deploy/infrastructure-concepts/prefect-yaml.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: nate nowack <[email protected]>
  • Loading branch information
discdiver and zzstoatzz authored Nov 16, 2024
1 parent b1b804a commit 9fea4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0/deploy/infrastructure-concepts/prefect-yaml.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ Each time a step runs, the following actions take place in order:

## Update a deployment

To update a deployment, make any desired changes to the `prefect.yaml` file, run `prefect deploy`, and specify or select the deployment to update.
To update a deployment, make any desired changes to the `prefect.yaml` file, and run `prefect deploy`. Running just this command will prompt you to select a deployment interactively, or you may specify the deployment to update with `--name your-deployment`.

## Next steps

Expand Down

0 comments on commit 9fea4ca

Please sign in to comment.