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