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

Merge branch 'bullseye-fixes' into 'master'

Bullseye fixes

See merge request !23
parents 7f7ce949 b8c20c86
No related branches found
No related tags found
1 merge request!23Bullseye fixes
Pipeline #3253 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
......
......@@ -17,7 +17,7 @@ app_command: ""
app_module: ''
# Ruby specifics
app_ruby_version: "2.5"
app_ruby_version: "2.7"
app_rack: "{{ app_path }}/config.ru"
app_gemfile: "{{ app_path }}/Gemfile"
......
......@@ -18,7 +18,7 @@ app_uwsgi_options: []
app_db_type: ""
app_additional_software: ["graphicsmagick", "python-pythonmagick"]
app_additional_software: ["graphicsmagick", "python3-pythonmagick"]
app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/schildergenerator"
app_git_url: "git@git.fsmpi.rwth-aachen.de:schilder/schildergenerator.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment