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

Fix git URLs for moved projects

parent 033d86e7
No related branches found
No related tags found
1 merge request!16Fix git URLs for moved projects
Pipeline #2924 passed
...@@ -22,7 +22,7 @@ app_db_type: postgres ...@@ -22,7 +22,7 @@ app_db_type: postgres
app_additional_software: [] app_additional_software: []
app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/lehrpreis" 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_git_version: HEAD
app_requirements_file: requirements.txt app_requirements_file: requirements.txt
......
...@@ -16,7 +16,7 @@ app_enable_threads: false ...@@ -16,7 +16,7 @@ app_enable_threads: false
app_uwsgi_options: [] app_uwsgi_options: []
app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/meckerkasten" 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_git_version: HEAD
app_requirements_file: requirements.txt app_requirements_file: requirements.txt
......
...@@ -22,7 +22,7 @@ app_db_type: postgres ...@@ -22,7 +22,7 @@ app_db_type: postgres
app_additional_software: [] app_additional_software: []
app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/shorturl" 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_git_version: HEAD
app_requirements_file: requirements.txt 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