diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 33f6aa3..0f66fd9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -63,5 +63,5 @@ jobs: - name: Notify deployment status run: | echo "Deployment completed!" - echo "Service: https://erika.i80.dk" - echo "Health: https://erika.i80.dk/health" + echo "Service: https://ecv.i80.dk" + echo "Health: https://ecv.i80.dk/health" diff --git a/erika.nomad b/erika.nomad index 149ada2..dbded11 100644 --- a/erika.nomad +++ b/erika.nomad @@ -42,7 +42,7 @@ job "web-erika" { tags = [ "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" ]