Skip to content

Commit

Permalink
replaces pwd path for custom nginx w/ config_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scott2b committed Sep 8, 2017
1 parent c3411dc commit 2357fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/config.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ application_user: apps
install_root: /home/{{ application_user }}/sites
virtualenv_root: /home/{{ application_user }}/env

nginx_template: "{{ pwd }}/deploy/custom_nginx.j2"
nginx_template: "{{ config_dir }}/custom_nginx.j2"

# environment keys must match deployment branch names. Value is the name
# of the branch to be merged into this environment during deployment.
Expand Down

0 comments on commit 2357fbb

Please sign in to comment.