Skip to content
Snippets Groups Projects
Commit 3edba52e authored by Lars Beckers's avatar Lars Beckers
Browse files

uwsgi-python: fix deployment of darlehen

parent a41a84b2
No related branches found
No related tags found
No related merge requests found
......@@ -119,3 +119,6 @@
- name: restart uwsgi instance pgadmin4
service: name="uwsgi@pgadmin4" state=restarted
- name: restart uwsgi instance darlehen
service: name="uwsgi@darlehen" state=restarted
......@@ -11,10 +11,7 @@ app_lang: python
# Python specifics
app_python_version: 3
app_venv: "/var/www/{{ app.app }}/venv/"
app_program: "app.py"
app_callable: app
app_command: ""
app_module: ''
app_module: 'app:create_app()'
app_mountpoint: /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment