Skip to content
Snippets Groups Projects

uwsgi-python: Add schilder2000

Merged Thomas Schneider requested to merge th/uwsgi-python-schilder2000 into master
2 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline

Files

@@ -33,7 +33,8 @@
@@ -33,7 +33,8 @@
notify:
notify:
- restart uwsgi instance {{ app.instance }}
- restart uwsgi instance {{ app.instance }}
- name: Migrate database
# Skip linter 301 as this command is idempotent per se
 
- name: Migrate database # noqa 301
command: "{{ app_venv }}/bin/flask alembic upgrade head"
command: "{{ app_venv }}/bin/flask alembic upgrade head"
environment:
environment:
FLASK_APP: schilder2000
FLASK_APP: schilder2000
Loading