Update docker_app_update.yml
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
register: stat_result
|
||||
|
||||
- name: On execute le script "{{ app_name }}_release.sh"
|
||||
script:
|
||||
shell:
|
||||
chdir: "{{ git_dest }}/{{ app_name }}"
|
||||
cmd: "{{ git_dest }}/{{ app_name }}/{{ app_name }}_release.sh"
|
||||
cmd: "bash {{ git_dest }}/{{ app_name }}/{{ app_name }}_release.sh"
|
||||
when: stat_result.stat.exists
|
||||
|
||||
Reference in New Issue
Block a user