Skip to content

Commit 52931d7

Browse files
committed
ci(stageing): change domain and remove deploy on push
1 parent 1217061 commit 52931d7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Deploy to Staging Environment
22

33
on:
4-
push:
5-
branches: [ dev ]
64
workflow_dispatch:
75

86
jobs:

staging.nomad.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ job "haj-dev" {
1616
provider = "nomad"
1717
tags = [
1818
"traefik.enable=true",
19-
"traefik.http.routers.haj-dev.rule=Host(`haj.betaspexet.se`)",
19+
"traefik.http.routers.haj-dev.rule=Host(`haj.betasektionen.se`)",
2020
"traefik.http.routers.haj-dev.tls.certresolver=default",
2121
]
2222
}

0 commit comments

Comments
 (0)