Skip to content

Commit 6204021

Browse files
authored
fix: update deployment helper one-shot example (#2124)
1 parent ba2a7ab commit 6204021

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guides/hosting/installation-updates/deployments/deployment-helper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ deployment:
131131

132132
one-time-tasks:
133133
- id: foo
134-
# Runs as last step in deployment. Other options is: first (to run before anything else)
135-
when: last # defaults to last
134+
# "before" runs prior to system:update; "after" runs once the update completes (default).
135+
when: after # defaults to after
136136
script: |
137137
# runs one time in deployment, then never again
138138
./bin/console --version

0 commit comments

Comments
 (0)