Merge pull request #1089 from navikt/gaa-mp-gcp-veilarbveileder #112
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: paoa frontend container dev | |
on: | |
push: | |
branches: | |
- 'dev' | |
- 'master' | |
paths: | |
- '.github/workflows/poao-frontend-container-dev.yaml' | |
- '.nais/obo-nais-dev.yaml' | |
workflow_dispatch: | |
concurrency: | |
group: pto_frontend_container_dev | |
cancel-in-progress: true | |
env: | |
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_GCP }} | |
jobs: | |
deploy-dev: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: deploy gcp dev | |
uses: nais/deploy/actions/deploy@v2 | |
env: | |
CLUSTER: dev-gcp | |
RESOURCE: .nais/obo-nais-dev.yaml |