Skip to content

Commit

Permalink
Merge pull request #32 from clementd-fretlink/quote-env
Browse files Browse the repository at this point in the history
fix(deploy): properly quote variables in environment files
  • Loading branch information
paulrbr-fl authored Jan 7, 2019
2 parents 337b24a + 2d24afb commit ae84364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/post_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Retrieve clever env if needed
shell: "clever env > {{ clever_env_output_file }}"
shell: "clever env --add-export > {{ clever_env_output_file }}"
args:
chdir: "{{ clever_app_root }}"
creates: "{{ clever_env_output_file }}"
Expand Down

0 comments on commit ae84364

Please sign in to comment.