We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1217061 commit 52931d7Copy full SHA for 52931d7
.github/workflows/deploy-staging.yml
@@ -1,8 +1,6 @@
1
name: Deploy to Staging Environment
2
3
on:
4
- push:
5
- branches: [ dev ]
6
workflow_dispatch:
7
8
jobs:
staging.nomad.hcl
@@ -16,7 +16,7 @@ job "haj-dev" {
16
provider = "nomad"
17
tags = [
18
"traefik.enable=true",
19
- "traefik.http.routers.haj-dev.rule=Host(`haj.betaspexet.se`)",
+ "traefik.http.routers.haj-dev.rule=Host(`haj.betasektionen.se`)",
20
"traefik.http.routers.haj-dev.tls.certresolver=default",
21
]
22
}
0 commit comments