Commit b3a7f0ce by Feanil Patel

Update manage path.

parent 0f29c429
...@@ -58,14 +58,13 @@ ...@@ -58,14 +58,13 @@
- name: run collectstatic - name: run collectstatic
shell: > shell: >
chdir={{ ecommerce_code_dir }} chdir={{ ecommerce_code_dir }}
{{ ecommerce_home }}/venvs/{{ ecommerce_service_name }}/bin/python {{ ecommerce_manage }} {{ item }} {{ ecommerce_home }}/venvs/{{ ecommerce_service_name }}/bin/python manage.py {{ item }}
sudo_user: "{{ ecommerce_user }}" sudo_user: "{{ ecommerce_user }}"
environment: "{{ ecommerce_environment }}" environment: "{{ ecommerce_environment }}"
with_items: with_items:
- "collectstatic --noinput" - "collectstatic --noinput"
- "compress" - "compress"
- name: write out the supervisor wrapper - name: write out the supervisor wrapper
template: > template: >
src=edx/app/ecommerce/ecommerce.sh.j2 src=edx/app/ecommerce/ecommerce.sh.j2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment