diff options
Diffstat (limited to 'tasks/deploy.yml')
-rw-r--r-- | tasks/deploy.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tasks/deploy.yml b/tasks/deploy.yml index cc15050..10c02c4 100644 --- a/tasks/deploy.yml +++ b/tasks/deploy.yml | |||
@@ -71,6 +71,5 @@ | |||
71 | when: clever_deploy is failed | 71 | when: clever_deploy is failed |
72 | 72 | ||
73 | - name: Fail on deployment errors | 73 | - name: Fail on deployment errors |
74 | fail: | 74 | fail: "The clever deployment failed! Please check logs above." |
75 | msg: "The clever deployment failed! Please check logs above." | ||
76 | when: clever_deploy is failed | 75 | when: clever_deploy is failed |