Skip to content

Commit

Permalink
e - Legger til q2 branch for å deploye q1 funksjonalitet til q2
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamPervez committed Jun 6, 2024
1 parent f93ea5f commit 70c213e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bygg_mainline_og_deploy_q1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Bygg, deploy publiser for branch RINA CDM
on:
push:
branches:
- feature/rina-cdm
- feature/rina-cdm-2

jobs:
bygg_deploy_dev_publiser_tag:
Expand Down Expand Up @@ -50,12 +50,12 @@ jobs:
- name: 'Deploy image'
run: echo "IMAGE=${{ steps.docker-push.outputs.image }}"

- name: 'Deploy to DEV Q1'
- name: 'Deploy to DEV Q2 med Q1 RINA'
uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: nais/dev-gcp-q1.yml
RESOURCE: nais/dev-gcp-q2.yml
IMAGE: ${{ steps.docker-push.outputs.image }}

- name: 'Opprett git tag'
Expand Down

0 comments on commit 70c213e

Please sign in to comment.