Skip to content

Oppsett pdl systembruker #1345

Oppsett pdl systembruker

Oppsett pdl systembruker #1345

Workflow file for this run

name: Bygg og deploy
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
- '**.MD'
- '.gitignore'
- '.editorconfig'
- '.java-version'
- 'LICENSE'
- 'CODEOWNERS'
- 'lokalutvikling/**'
- '.github/*.yml'
jobs:
build-app:
name: Build
permissions:
contents: read
packages: write
id-token: write
pull-requests: read
uses: navikt/fp-gha-workflows/.github/workflows/build-app-postgres.yml@main
with:
postgres-user: ftinntektsmelding_unit
build-image: ${{ github.ref_name == 'master' }} # default: true
push-image: ${{ github.ref_name == 'master' }} # default: false
secrets: inherit
# deploy-dev:
# name: Deploy dev
# permissions:
# id-token: write
# if: github.ref_name == 'master'
# needs: [build-app]
# uses: navikt/fp-gha-workflows/.github/workflows/deploy.yml@main
# with:
# gar: true
# image: ${{ needs.build-app.outputs.build-version }}
# cluster: dev-gcp
# secrets: inherit
# deploy-prod:
# name: Deploy prod
# permissions:
# id-token: write
# if: github.ref_name == 'master'
# needs: [build-app]
# uses: navikt/fp-gha-workflows/.github/workflows/deploy.yml@main
# with:
# gar: true
# image: ${{ needs.build-app.outputs.build-version }}
# cluster: prod-gcp
# secrets: inherit