Skip to content
Snippets Groups Projects
Commit b8c20c86 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Update lipclms db upgrade command

parent e4fceae2
No related branches found
No related tags found
Loading
Pipeline #3210 passed
......@@ -9,7 +9,7 @@
group: "{{app_group}}"
- name: ensure data model upgrades are applied # noqa 301
command: "{{app_venv}}/bin/python {{app_path}}/lipclms.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