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

uwsgi-python: fix redeleitsystem database migrations command

parent b493af54
No related branches found
No related tags found
1 merge request!29uwsgi-python: fix redeleitsystem database migrations command
Pipeline #3447 passed
......@@ -9,7 +9,7 @@
group: "{{app_group}}"
- name: ensure data model upgrades are applied # noqa 301
command: "{{app_venv}}/bin/python {{app_path}}/server.py db upgrade"
command: "{{app_venv}}/bin/flask db upgrade"
args:
chdir: "{{app_path}}"
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment