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

Merge branch 'gitlab-moves' into 'master'

Fix git URLs for moved projects

See merge request !16
parents 1cb1b3ea c237d98d
No related branches found
No related tags found
1 merge request!16Fix git URLs for moved projects
Pipeline #4797 passed
......@@ -22,7 +22,7 @@ app_db_type: postgres
app_additional_software: []
app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/lehrpreis"
app_git_url: "git@git.fsmpi.rwth-aachen.de:studi-systeme/lehrpreis.git"
app_git_url: "git@git.fsmpi.rwth-aachen.de:fachschaft/lehrpreis.git"
app_git_version: HEAD
app_requirements_file: requirements.txt
......
......@@ -16,7 +16,7 @@ app_enable_threads: false
app_uwsgi_options: []
app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/meckerkasten"
app_git_url: "git@git.fsmpi.rwth-aachen.de:studi-systeme/meckerkasten.git"
app_git_url: "git@git.fsmpi.rwth-aachen.de:fachschaft/meckerkasten.git"
app_git_version: HEAD
app_requirements_file: requirements.txt
......
......@@ -22,7 +22,7 @@ app_db_type: postgres
app_additional_software: []
app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/shorturl"
app_git_url: "git@git.fsmpi.rwth-aachen.de:infra/shorturl.git"
app_git_url: "git@git.fsmpi.rwth-aachen.de:fachschaft/shorturl.git"
app_git_version: HEAD
app_requirements_file: requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment