Skip to content

Commit 396df65

Browse files
committed
Set deploy variables for custom alertconfig
1 parent 3b4f320 commit 396df65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/alert-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
workflow_dispatch:
1212
permissions:
1313
id-token: write
14+
env:
15+
TEAM: dapla-stat
1416

1517
jobs:
1618
test-deploy:
@@ -35,6 +37,7 @@ jobs:
3537
CLUSTER: test
3638
RESOURCE: .nais/alerts.yaml,ext_alertconfig/alertconfig.yaml
3739
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
40+
VAR: cluster=test,team=${{ env.team }}
3841

3942
prod-deploy:
4043
name: Deploy alerts to prod
@@ -58,3 +61,4 @@ jobs:
5861
CLUSTER: prod
5962
RESOURCE: .nais/alerts.yaml,ext_alertconfig/alertconfig.yaml
6063
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
64+
VAR: cluster=prod,team=${{ env.team }}

0 commit comments

Comments
 (0)