Skip to content

Manual deploy to dev #12

Manual deploy to dev

Manual deploy to dev #12

name: Manual deploy to dev
on:
workflow_dispatch:
inputs:
jobs:
build:
name: Build
permissions:
contents: read
id-token: write
uses: navikt/familie-baks-gha-workflows/.github/workflows/build-maven-app.yaml@main
with:
build-image: true
push-image: true
skip-tests: true
secrets: inherit
deploy-with-new-image:
name: Deploy with new image
permissions:
id-token: write
needs: [ build ]
uses: navikt/familie-baks-gha-workflows/.github/workflows/deploy.yaml@main
with:
image: ${{ needs.build.outputs.image }}
cluster: dev-gcp
resource: .nais/app-dev.yaml
secrets: inherit