fix: skift domæne til ecv.i80.dk
All checks were successful
Build and Deploy Erika CV / build-and-deploy (push) Successful in 35s

This commit is contained in:
Henrik Jess Nielsen
2026-04-19 17:48:04 +02:00
parent f083e10d06
commit 63f5fb4555
2 changed files with 3 additions and 3 deletions

View File

@@ -63,5 +63,5 @@ jobs:
- name: Notify deployment status - name: Notify deployment status
run: | run: |
echo "Deployment completed!" echo "Deployment completed!"
echo "Service: https://erika.i80.dk" echo "Service: https://ecv.i80.dk"
echo "Health: https://erika.i80.dk/health" echo "Health: https://ecv.i80.dk/health"

View File

@@ -42,7 +42,7 @@ job "web-erika" {
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.erika.rule=Host(`erika.i80.dk`)", "traefik.http.routers.erika.rule=Host(`ecv.i80.dk`)",
"traefik.http.routers.erika.tls=true" "traefik.http.routers.erika.tls=true"
] ]