Skip to content

Commit 5696ead

Browse files
committed
Fix the text that references failures to use the proper condition on_fail.
1 parent bc74990 commit 5696ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/modules/deploy/pages/configure-deploy-markers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
----
125125

126126
=== 1.3. Update the deploy status to success or failure
127-
You can use the `when` attribute to add `on_success` and `on_failure` steps at the end of your deployment job, to handle the final status update of the deploy.
127+
You can use the `when` attribute to add `on_success` and `on_fail` steps at the end of your deployment job, to handle the final status update of the deploy.
128128

129129
.Config file example showing deploy status update to success or failure
130130
[,yml]

0 commit comments

Comments
 (0)