Skip to content
Snippets Groups Projects
Commit 81acbe6b authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

correct use of pip/virtualenv module

parent 7f2f209b
No related branches found
No related tags found
1 merge request!3Unify uwsgi python
......@@ -156,7 +156,7 @@
pip:
requirements: "{{ app_path }}/requirements.txt"
virtualenv: "{{ app_venv }}"
virtualenv_python: "{{ app_python_version }}"
virtualenv_python: "python{{ app_python_version }}"
notify:
- "restart uwsgi instance {{ app.instance }}"
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment