Skip to content

U - Oppgraderer org.jetbrains.kotlin:kotlin-bom:1.9.22 -> 1.9.23 #582

U - Oppgraderer org.jetbrains.kotlin:kotlin-bom:1.9.22 -> 1.9.23

U - Oppgraderer org.jetbrains.kotlin:kotlin-bom:1.9.22 -> 1.9.23 #582

Workflow file for this run

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