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

Merge branch 'fix-protokollsystem-upgrade' into 'master'

protokollsystem server.py is not executable

See merge request !43
parents 4264d981 0d9054c7
No related branches found
No related tags found
1 merge request!43protokollsystem server.py is not executable
Pipeline #4666 passed
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
changed_when: false changed_when: false
- name: ensure data model upgrades are applied # noqa 301 - 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: args:
chdir: "{{app_path}}" chdir: "{{app_path}}"
become: true become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment