ACL for ny kafka-konsument for Team Oppfølging (#97) #7
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 dvh-topic to dev | |
on: | |
push: | |
branches: | |
- master | |
- ny-aiventopic-til-dvh | |
paths: | |
- .github/workflows/deploy-dvh-topic-to-dev.yaml | |
- nais/dvh-topic-dev.yaml | |
jobs: | |
deploy-kandidat-topic-to-dev: | |
name: Deploy dvh-topic to dev | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: nais/deploy/actions/deploy@master | |
env: | |
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} | |
CLUSTER: dev-gcp | |
RESOURCE: nais/dvh-topic-dev.yaml |