Skip to content

Commit

Permalink
Upgrade to nais deploy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaja-nav committed Jan 24, 2024
1 parent c5f849f commit 8071866
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ name: Deploy alerts to NAIS
on:
push:
branches:
- master
- main
paths:
- '.github/workflows/alerts.yaml'
- 'alerts.yaml'
jobs:
apply-alerts:
name: Apply alerts to cluster
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: deploy to prod-gcp
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
RESOURCE: nais/alerts.yaml

0 comments on commit 8071866

Please sign in to comment.