This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Fjerner workflow triggere #657
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to stable dev | |
on: | |
jobs: | |
deploy: | |
permissions: | |
packages: write | |
id-token: write | |
uses: ./.github/workflows/build-and-deploy.yml | |
with: | |
NAIS_VARS: .nais/vars/dev-stable.yaml | |
IMAGE_NAME: dev-stable | |
CLUSTER: dev-gcp | |
BUILD_MODE: ${{ inputs.build_mode }} | |
secrets: inherit |