Compare commits

...

8 Commits

Author SHA1 Message Date
reynir a976f679ad Aarhus test
Do not merge
2019-04-13 13:13:27 +00:00
Jesper Hess a03a5c9e3b
Add June event 2019-04-01 12:40:43 +02:00
Jesper Hess 95971f9f7d
Refactor .drone.yml a little 2019-03-16 20:30:25 +01:00
Jesper Hess e9f7390aac
Still playing with docker tags 2019-03-16 20:14:49 +01:00
Jesper Hess df3af32fb2
Playing with docker tags 2019-03-16 20:11:17 +01:00
Jesper Hess 779be19e04
Playing with docker tags 2019-03-16 20:09:06 +01:00
Jesper Hess 36ad85c8ce
Fix build notification 2019-03-16 19:29:53 +01:00
Jesper Hess f650828361
Re-add notifier for testing 2019-03-16 19:29:52 +01:00
3 changed files with 36 additions and 34 deletions

View File

@ -1,35 +1,36 @@
pipeline:
build:
kind: pipeline
name: default
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
docker:
- name: docker
image: plugins/docker
repo: docker.data.coop/cryptohagen-website
registry: docker.data.coop
secrets: [DOCKER_USERNAME, DOCKER_PASSWORD]
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tag:
- "${DRONE_BUILD_NUMBER}"
- "latest"
settings:
repo: docker.data.coop/cryptohagen-website
registry: docker.data.coop
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tags:
- "${DRONE_BUILD_NUMBER}"
- "latest"
when:
branch:
- master
#
# notify:
# image: plugins/matrix
# secrets: [matrix_username, matrix_password]
# settings:
# homeserver: https://data.coop
# roomid: plKSghHbepWeUEtbHE:data.coop
# username:
# from_secret: matrix_username
# password:
# from_Secret: matrix_password
#
- name: notify
image: plugins/matrix
settings:
homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop
username:
from_secret: matrix_username
password:
from_secret: matrix_password

View File

@ -1,18 +1,19 @@
- danish_title: "Søndag d. 31. marts 2019"
danish_text: "Vi sidder i <strong>Mellemrummet</strong>. Kom og drik god fairtradekaffe med os og lær at sikre dit privatliv på det vilde web!"
english_title: "Sunday March 31st 2019"
english_text: "We'll be at <strong>Mellemrummet</strong>, as usual. Come join us, drink a cup of good fair trade coffee and learn how to protect your privacy!"
time: "13:00-17:00"
current: true
- danish_title: "Søndag d. 28. april 2019"
danish_text: "Vi sidder i <strong>Mellemrummet</strong>. Kom og drik god fairtradekaffe med os og lær at sikre dit privatliv på det vilde web!"
english_title: "Sunday April 28th 2019"
english_text: "We'll be at <strong>Mellemrummet</strong>, as usual. Come join us, drink a cup of good fair trade coffee and learn how to protect your privacy!"
time: "13:00-17:00"
current: false
current: true
- danish_title: "Søndag d. 26. maj 2019"
danish_text: "Vi sidder i <strong>Mellemrummet</strong>. Kom og drik god fairtradekaffe med os og lær at sikre dit privatliv på det vilde web!"
english_title: "Sunday May 26th 2019"
english_text: "We'll be at <strong>Mellemrummet</strong>, as usual. Come join us, drink a cup of good fair trade coffee and learn how to protect your privacy!"
time: "13:00-17:00"
current: false
- danish_title: "Søndag d. 30. juni 2019"
danish_text: "Vi sidder i <strong>Mellemrummet</strong>. Kom og drik god fairtradekaffe med os og lær at sikre dit privatliv på det vilde web!"
english_title: "Sunday June 30th 2019"
english_text: "We'll be at <strong>Mellemrummet</strong>, as usual. Come join us, drink a cup of good fair trade coffee and learn how to protect your privacy!"
time: "13:00-17:00"
current: false

View File

@ -1,5 +1,5 @@
title_da: "Cryptohagen - Lær privatlivsbeskyttelse i København"
title_en: "Cryptohagen - Learn privacy protection in Copenhagen"
title_da: "Cryptohagen - Lær privatlivsbeskyttelse i Aarhus"
title_en: "Cryptohagen - Learn privacy protection in Aarhus"
menu_tagline_da: "Lær privatlivsbeskyttelse i København"
menu_tagline_en: "Learn privacy protection in Copenhagen"