Merge branch 'staging'
This commit is contained in:
commit
fb95b705bc
|
@ -51,7 +51,7 @@ deploy_staging:
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
- echo "$PRIVATE_KEY" | ssh-add -
|
- 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
|
when: on_success
|
||||||
environment:
|
environment:
|
||||||
name: staging
|
name: staging
|
||||||
|
@ -75,7 +75,7 @@ deploy_production:
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
- echo "$PRIVATE_KEY" | ssh-add -
|
- 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
|
when: on_success
|
||||||
environment:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
-b https://berlin.ccc.de
|
-b https://berlin.ccc.de/
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
baseURL: "https://staging.berlin.ccc.de/s"
|
|
||||||
languageCode: "de-de"
|
languageCode: "de-de"
|
||||||
title: "Chaos Computer Club Berlin"
|
title: "Chaos Computer Club Berlin"
|
||||||
theme: "beautifulhugo"
|
theme: "beautifulhugo"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Abschaltung Public DNS Service"
|
title: "Abschaltung Public DNS Service"
|
||||||
date: 2018-05-17T23:51:36+02:00
|
date: 2018-05-17T23:51:36+02:00
|
||||||
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Wir haben den öffentlich 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.
|
Wir haben den öffentlich 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.
|
||||||
|
|
Loading…
Reference in a new issue