From 4483bb9cdc1031a85a3a1fc1ea186a7390c807ba Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Fri, 30 Nov 2018 16:53:40 +0100 Subject: fix(deploy): Yet again a missing chdir to execute from app root --- tasks/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tasks') 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 @@ - skip_ansible_lint - name: Watch deployment status - command: "clever-wait-deploy.sh '{{ clever_app_root }}'" + command: "clever-wait-deploy.sh" + args: + chdir: "{{ clever_app_root }}" async: 900 poll: 0 register: long_command -- cgit v1.2.3