Merge pull request #131 from navikt/dev #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy alerts for veilarbfilter to prod-fss | |
on: | |
push: | |
branches: | |
- 'master' | |
paths: | |
- '.github/workflows/deploy-alerts-to-prod.yaml' | |
- '.nais/alerts/alerts-config-prod.yaml' | |
workflow_dispatch: | |
permissions: | |
packages: write | |
contents: write | |
jobs: | |
deploy-alerts: | |
name: Deploy alerts to prod-fss | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Deploy to prod-fss | |
uses: nais/deploy/actions/deploy@v1 | |
env: | |
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_OBO }} | |
CLUSTER: prod-fss | |
RESOURCE: .nais/alerts/alerts-config-prod.yaml |