aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/deploy.yml')
-rw-r--r--tasks/deploy.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tasks/deploy.yml b/tasks/deploy.yml
index 3bd74ee..ae7e5f6 100644
--- a/tasks/deploy.yml
+++ b/tasks/deploy.yml
@@ -58,7 +58,9 @@
58 - skip_ansible_lint 58 - skip_ansible_lint
59 59
60- name: Watch deployment status 60- name: Watch deployment status
61 command: "clever-wait-deploy.sh '{{ clever_app_root }}'" 61 command: "clever-wait-deploy.sh"
62 args:
63 chdir: "{{ clever_app_root }}"
62 async: 900 64 async: 900
63 poll: 0 65 poll: 0
64 register: long_command 66 register: long_command