From 34bc8bf029c64efda168940287ef043f8f00346a Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 14 Mar 2019 20:35:08 +0100 Subject: [PATCH 1/3] Do away with /s prefix --- .gitlab-ci.yml | 4 ++-- config.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7bf1d6..dd64f9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,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 public/ 195.54.164.87:staging/s + - rsync -e "ssh -l deploy -p 31337" -av public/ 195.54.164.87:staging when: on_success environment: name: staging @@ -75,7 +75,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 public/ 195.54.164.87:production/s + - rsync -e "ssh -l deploy -p 31337" -av public/ 195.54.164.87:production when: on_success environment: name: production diff --git a/config.yaml b/config.yaml index aa51481..28387b4 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,3 @@ -baseURL: "https://staging.berlin.ccc.de/s" languageCode: "de-de" title: "Chaos Computer Club Berlin" theme: "beautifulhugo" From 8dfdf4043de267f8ceae517c6eaf71af0ca12ed6 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 14 Mar 2019 20:52:34 +0100 Subject: [PATCH 2/3] Add baseURL for staging --- .hugo-params | 1 + 1 file changed, 1 insertion(+) diff --git a/.hugo-params b/.hugo-params index e69de29..f2107c3 100644 --- a/.hugo-params +++ b/.hugo-params @@ -0,0 +1 @@ +-b https://staging.berlin.ccc.de/ From 37dcbbe64075df78ebf9f64e093e4a5616b8e3f5 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 14 Mar 2019 21:02:06 +0100 Subject: [PATCH 3/3] Make old example post invisible, but keep as draft for reference --- content/post/dnsdown.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/post/dnsdown.md b/content/post/dnsdown.md index d174bb3..2e1fe44 100644 --- a/content/post/dnsdown.md +++ b/content/post/dnsdown.md @@ -1,6 +1,7 @@ --- title: "Abschaltung Public DNS Service" date: 2018-05-17T23:51:36+02:00 +draft: true --- Wir haben den öf­fent­lich Dienst dnscache.berlin.ccc.de offline genommen. Bislang ist nicht klar, ob und wann dieser Dienst zurückkommt. Bitte nutzt die Gelegenheit, um selber DNS-Server aufzusetzen und ggf. für alle bereitzustellen.