Skip to content

Commit e87cf32

Browse files
zzstoatzzcicdw
andauthored
Update docs/concepts/projects.md
Co-authored-by: Chris White <chris@prefect.io>
1 parent 2a0ec83 commit e87cf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/projects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Anytime you run `prefect deploy`, the following actions are taken in order:
228228
- next, the `push` section is loaded and all variable and block references are resolved; the steps within this section are then run in the order provided
229229
- next, the `pull` section is templated with any step outputs but *is not run*. Note that block references are _not_ hydrated for security purposes - block references are always resolved at runtime
230230
- next, the project `deployment.yaml` file is loaded. All variable and block references are resolved. All flags provided via the `prefect deploy` CLI are then overlaid on the values loaded from the file.
231-
- lastly, the final step occurs when the fully realized deployment specification is registered with the Prefect API
231+
- the final step occurs when the fully realized deployment specification is registered with the Prefect API
232232

233233
Anytime a step is run, the following actions are taken in order:
234234

0 commit comments

Comments
 (0)