Skip to content

Commit

Permalink
Justerte vars
Browse files Browse the repository at this point in the history
  • Loading branch information
eilifjohansen committed Feb 25, 2024
1 parent 7d04605 commit 815f339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate nais variables
run: |
cat > .nais/vars.yaml <<EOF
cat > .nais/dev-gcp.yaml <<EOF
SITEIMPROVE: ${{ secrets.SITEIMPROVE }}
AMPLITUDE_100000009: ${{ secrets.AMPLITUDE_100000009 }}
AMPLITUDE_100000264: ${{ secrets.AMPLITUDE_100000264 }}
Expand All @@ -63,7 +63,7 @@ jobs:
CLUSTER: dev-gcp
RESOURCE: .nais/deploy.yaml
VAR: image=${{ env.IMAGE }}
VARS: .nais/vars.yaml
VARS: .nais/dev-gcp.yaml

deploy-prod:
name: Deploy to prod-gcp
Expand All @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate nais variables
run: |
cat > .nais/vars.yaml <<EOF
cat > .nais/prod-gcp.yaml <<EOF
SITEIMPROVE: ${{ secrets.SITEIMPROVE }}
AMPLITUDE_100000009: ${{ secrets.AMPLITUDE_100000009 }}
AMPLITUDE_100000264: ${{ secrets.AMPLITUDE_100000264 }}
Expand All @@ -94,4 +94,4 @@ jobs:
CLUSTER: prod-gcp
RESOURCE: .nais/deploy.yaml
VAR: image=${{ env.IMAGE }}
VARS: .nais/vars.yaml
VARS: .nais/prod-gcp.yaml

0 comments on commit 815f339

Please sign in to comment.