Commit b3a7f0ce by Feanil Patel

Update manage path.

parent 0f29c429
......@@ -58,14 +58,13 @@
- name: run collectstatic
shell: >
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 }}"
environment: "{{ ecommerce_environment }}"
with_items:
- "collectstatic --noinput"
- "compress"
- name: write out the supervisor wrapper
template: >
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