diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 815a82df87dc32d4c2049f0fa1ec6b1b33792493..6fea570a86a6f8b2f168e50cab6bb824d8a2f799 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,6 @@ pages-devel: script: - parse_webserver_config config.conf tags: - - testing + - production only: - master diff --git a/README.md b/README.md index 53c3ae388ea7f8dc2463ad6e78a68e2a70c2fb65..57d50af4a3b597c846a04c765d57365877e4b6d2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,19 @@ # webserver-config -provides means for webserver configuration to accomodate subdomains +Konfiguration des Transferportals zur Realisierung von Subdomains -## Usage: +## Registrierung einer neuen Subdomain für eine bestehende gitlab-pages Webseite: -create a new branch from master and add the requested subdomain as a new line in the form: +1) Mail an datacenter@hft-stuttgart.de zur Freischaltung einer neuen Subdomain. Inhalt: + - gewünschte subdomain + - Ort, auf den die Subdomain verweisen soll (in diesem Fall: transfer.hft-stuttgart.de) + +2) Erstellen eines neuen Branches ausgehend vom Master-Branch + +3) Anhängen der neuen Subdomain und der bestehenden Webseite in folgender Form an die Datei config.conf `<subdomain>§<website>` -Afterwards, request the merge using the mergerequest tool from gitlab. +4) Erstellen eines Merge-Request -The Administrator will review your changes and approve them. After merging, your subdomain will be available the next day. +5) Nach Bestätigung des Merge-Requests erfolgt die Freischaltung der neuen Subdomain serverseitig bis zum nächsten Morgen.