Skip to content

Commit

Permalink
Update deploy-alerts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor authored Oct 16, 2024
1 parent 2e5260e commit 7a9ee22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
APIKEY: ${{ secrets.DEPLOY_KEY }}
CLUSTER: ${{ matrix.cluster }}
RESOURCE: nais/alerts/alert-manager.yml
VAR: cluster=${{ matrix.cluster }}
slack_channel=${{ matrix.cluster == 'prod-fss' && '#k9-los-alerts' || '#k9-los-alerts-dev' }}
VAR: |
cluster=${{ matrix.cluster }}
slack_channel=${{ matrix.cluster == 'prod-fss' && '#k9-los-alerts' || '#k9-los-alerts-dev' }}
- uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.DEPLOY_KEY }}
Expand Down

0 comments on commit 7a9ee22

Please sign in to comment.