Skip to content

Bump org.jetbrains.kotlin.plugin.allopen from 1.5.31 to 1.9.22 #63

Bump org.jetbrains.kotlin.plugin.allopen from 1.5.31 to 1.9.22

Bump org.jetbrains.kotlin.plugin.allopen from 1.5.31 to 1.9.22 #63

Workflow file for this run

name: "Deploy topic"
on:
push:
paths:
- nais/topics/**
- .github/workflows/topic.yaml
jobs:
deploy-topic-to-dev:
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/varselbus-')
name: Deploy topic to dev
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy topic varselbus to dev
uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: nais/topics/varselbus-topic-dev.yaml
deploy-topic-to-prod:
if: github.ref == 'refs/heads/main'
name: Deploy topic to prod
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy topic varselbus to prod
uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
RESOURCE: nais/topics/varselbus-topic-prod.yaml