From 685f497d8771ef76ae95368f656688266830d518 Mon Sep 17 00:00:00 2001 From: atoth Date: Mon, 18 Jan 2021 18:45:31 +0100 Subject: [PATCH 1/5] End 404 Not Found under https://berlin.ccc.de/post/ --- content/post/platzhalter.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 content/post/platzhalter.md diff --git a/content/post/platzhalter.md b/content/post/platzhalter.md new file mode 100644 index 0000000..a061f8f --- /dev/null +++ b/content/post/platzhalter.md @@ -0,0 +1,6 @@ +--- +title: "Platzhalter" +date: 2021-01-18T18:55:55+01:00 +--- + +Solange es keine Neuigkeiten gibt ist hier ein Platzhalter. From 96cacbb8ee0d71a0b3051f17188a776d03fea7e0 Mon Sep 17 00:00:00 2001 From: atoth Date: Tue, 19 Jan 2021 10:22:58 +0100 Subject: [PATCH 2/5] Weniger SPAM --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 28387b4..30d92e0 100644 --- a/config.yaml +++ b/config.yaml @@ -27,7 +27,7 @@ permalinks: Author: twitter: "clubdiscordia" - email: "mail@berlin.ccc.de" + email: "mail2021@berlin.ccc.de" menu: main: From 90e1e2f50d87b17865056be77e68adfc70c694b4 Mon Sep 17 00:00:00 2001 From: atoth Date: Tue, 19 Jan 2021 10:25:12 +0100 Subject: [PATCH 3/5] =?UTF-8?q?Sch=C3=B6nefeld=20Berlin=20statt=20San=20Fe?= =?UTF-8?q?lix=20Venezuela?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/page/anfahrt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/page/anfahrt.md b/content/page/anfahrt.md index fbb0472..e8161be 100644 --- a/content/page/anfahrt.md +++ b/content/page/anfahrt.md @@ -30,7 +30,7 @@ Aussteigen in **Berlin Hauptbahnhof**. Von dort mit jeder S-Bahn oder Regionalba ## mit dem Flugzeug -* vom **Flughafen Berlin Brandenburg** (BER/EDDB): mit dem Airport Express (RE 7 und RB 14) oder S9 bis zum **Bahnhof Friedrichstraße**. Alternativ mit dem FEX bis **Berlin Hauptbahnhof**. Von dort siehe jeweils Abschnitt **Fernverkehr**. **Achtung:** Terminal 5 (früher: SFX) ist nicht mit dem Rest des BER verbunden. Als einzige direkte Bahnanbindung steht hier die S9 zur Verfügung. +* vom **Flughafen Berlin Brandenburg** (BER/EDDB): mit dem Airport Express (RE 7 und RB 14) oder S9 bis zum **Bahnhof Friedrichstraße**. Alternativ mit dem FEX bis **Berlin Hauptbahnhof**. Von dort siehe jeweils Abschnitt **Fernverkehr**. **Achtung:** Terminal 5 (früher: SXF) ist nicht mit dem Rest des BER verbunden. Als einzige direkte Bahnanbindung steht hier die S9 zur Verfügung. * vom **Flugplatz Straußberg** (EDAY): S7 direkt bis zum **Bahnhof Friedrichstraße**. Von dort siehe Abschnitt **öffentlicher Nahverkehr**. ## mit dem Auto From 75301d4017fbae96938af6a704d6ef78f4c63575 Mon Sep 17 00:00:00 2001 From: atoth Date: Thu, 1 Jul 2021 13:34:06 +0000 Subject: [PATCH 4/5] Update .gitlab-ci.yml file with correct IP address --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bfe989..e5d3983 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ deploy_staging: - eval $(ssh-agent -s) - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - echo "$PRIVATE_KEY" | ssh-add - - - rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.54.164.87:staging + - rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.160.173.9:staging when: on_success environment: name: staging From 10da8bb98aaab379f371a9ca44447413a23c694f Mon Sep 17 00:00:00 2001 From: atoth Date: Thu, 1 Jul 2021 13:34:41 +0000 Subject: [PATCH 5/5] Update .gitlab-ci.yml file with correct IP address --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5d3983..d8a2ab9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,7 +79,7 @@ deploy_production: - eval $(ssh-agent -s) - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - echo "$PRIVATE_KEY" | ssh-add - - - rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.54.164.87:production + - rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.160.173.9:production when: on_success environment: name: production