E - Oppdatering ep-routing #804
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 topics | |
on: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- 'src/**' | |
jobs: | |
deploy_topics: | |
name: 'Deploy topics' | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Pull repo' | |
uses: actions/checkout@v3 | |
- name: 'Deploy public-automatisering-q2 to eessipensjon namespace' | |
uses: nais/deploy/actions/deploy@v1 | |
env: | |
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} | |
CLUSTER: dev-gcp | |
RESOURCE: nais/topics/topic-public-automatisering-q2.yaml | |
- name: 'Deploy public-automatisering to eessipensjon namespace' | |
uses: nais/deploy/actions/deploy@v1 | |
env: | |
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} | |
CLUSTER: prod-gcp | |
RESOURCE: nais/topics/topic-public-automatisering.yaml |