Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add routes to libraries going live in week 44 #497

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions infrastructure/environments/dplplat01/sites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ sites:
name: "Brøndby-Bibliotekerne"
description: "The library site for Brøndby"
deploy_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICyvaCXo55aJOmlSTDQr+GXCIihWMJHhUiw4XpDrbVID"
primary-domain: www.brondby-bibliotekerne.dk
secondary-domains:
- brondby-bibliotekerne.dk
<<: *default-release-image-source
bronderslev:
name: "Brønderslev Bibliotek"
Expand All @@ -169,6 +172,9 @@ sites:
name: "Egedal Bibliotekerne"
description: "The library site for Egedal"
deploy_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCT5ZJIKWlbAYV5Fnr9Qq5WaVIuZKfcLucqTebUpXyz"
primary-domain: egedalbibliotekerne.dk
secondary-domains:
- www.egedalbibliotekerne.dk
<<: *default-release-image-source
esbjerg:
name: "Esbjerg Kommunes Biblioteker"
Expand Down Expand Up @@ -310,6 +316,9 @@ sites:
name: "Guldborgsund-bibliotekerne"
description: "The library site for Guldborgsund"
deploy_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFwCP4jEJTjUyPTNlOJd7dHaT63C1iox9PPWl/Ck7IJH"
primary-domain: guldbib.dk
secondary-domains:
- www.guldbib.dk
<<: *default-release-image-source
haderslev:
name: "Haderslev Bibliotekerne"
Expand Down Expand Up @@ -758,6 +767,9 @@ sites:
name: "Sorø Bibliotek"
description: "The library site for Sorø"
deploy_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmUt7ZK7IAXv9t8rDAfnrdYdBdPDy63rMDnHCW1E+xZ"
primary-domain: www.soroebib.dk
secondary-domains:
- soroebib.dk
<<: *default-release-image-source
stevns:
name: "Stevns Bibliotekerne"
Expand Down
Loading