Skip to content

Deploy to Production #527

Deploy to Production

Deploy to Production #527

Workflow file for this run

name: 'Deploy to Production'
on:
workflow_run:
workflows: ["Build Kotlin, Run Lint and Test"]
branches: [master]
types:
- completed
repository_dispatch:
types: [deploy_prod_tag]
jobs:
deploy-fss:
name: 'Deploy to prod-fss'
if: ${{ github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
permissions:
packages: write
contents: write
uses: navikt/sosialhjelp-ci/.github/workflows/deploy_app.yml@v2
with:
cluster-name: 'prod-fss'
resource-folder: 'prod'
resource-name: 'prod-fss'
build-always: true
secrets: inherit