Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Nytt navn
Browse files Browse the repository at this point in the history
  • Loading branch information
igorweber committed Mar 19, 2024
1 parent 898a5d5 commit 493a2ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

env:
REPONAME: ${{ github.event.repository.name }}
APPNAME: ${{ github.event.repository.name }}-frontend-old
APPNAME: ${{ github.event.repository.name }}-frontend
ENVIRONMENT: ${{ github.event.inputs.environment }}
CLUSTER: dev-gcp
NAIS_FILE: .nais/nais.yaml
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
PRINT_PAYLOAD: true
CLUSTER: ${{ env.CLUSTER }}
RESOURCE: ${{ env.NAIS_FILE }}
VAR: image=${{ env.IMAGE }},appName=${{ env.APPNAME }}
VAR: image=${{ env.IMAGE }},appName=${{ env.APPNAME }}-old
VARS: .nais/vars-${{ env.ENVIRONMENT }}.yaml
WAIT: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
REPONAME: ${{ github.event.repository.name }}
APPNAME: ${{ github.event.repository.name }}-frontend-old
APPNAME: ${{ github.event.repository.name }}-frontend
ENVIRONMENT: ${{ github.event.inputs.environment }}
NAIS_FILE: .nais/nais.yaml
MAIN_BRANCH: refs/heads/master
Expand Down
2 changes: 1 addition & 1 deletion .nais/nais.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: {{ appName }}{{ dashEnv }}
name: {{ appName }}{{ dashEnv }}-old
namespace: meldekort
labels:
team: meldekort
Expand Down

0 comments on commit 493a2ac

Please sign in to comment.