Skip to content

Commit

Permalink
Make deploy commands verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
clementd-fretlink committed Jun 19, 2020
1 parent f1c377e commit ef6055a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
changed_when: false

- name: Deploy to Clever-Cloud
shell: "clever deploy --force"
shell: "clever deploy --force --verbose"
args:
chdir: "{{ clever_app_root }}"
environment:
Expand Down
2 changes: 1 addition & 1 deletion tasks/redeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- skip_ansible_lint

- name: Deploy to Clever-Cloud
shell: "clever deploy --force"
shell: "clever deploy --force --verbose"
args:
chdir: "{{ clever_app_root }}"
environment:
Expand Down

0 comments on commit ef6055a

Please sign in to comment.