Skip to content

Commit

Permalink
Use composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Feb 5, 2025
1 parent ea5d05c commit 5b8c246
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/alert-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
CLUSTER: test
RESOURCE: .nais/alerts.yaml
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443

- name: Deploy AlertManagerConfig
uses: statisticsnorway/[email protected]
with:
cluster: "test"

test-deploy-alert-config:
uses: statisticsnorway/dapla-stat-reusable-workflows/.github/workflows/alertconfig_deploy.yaml@main
with:
Expand All @@ -43,8 +47,7 @@ jobs:
CLUSTER: prod
RESOURCE: .nais/alerts.yaml
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443

prod-deploy-alert-config:
uses: statisticsnorway/dapla-stat-reusable-workflows/.github/workflows/alertconfig_deploy.yaml@main
with:
cluster: prod
- name: Deploy AlertManagerConfig
uses: statisticsnorway/[email protected]
with:
cluster: "prod"

0 comments on commit 5b8c246

Please sign in to comment.