Skip to content

Commit

Permalink
Merge pull request #907 from navikt/move-nais-files-to-root
Browse files Browse the repository at this point in the history
Move nais files to root
  • Loading branch information
magnurh-cx authored Nov 7, 2023
2 parents 2867032 + 65dec26 commit e3bac87
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/alert-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
branches:
- master
paths:
- 'packages/bygger/.nais/alerts.yaml'
- 'packages/bygger/.nais/preprod.yaml'
- 'packages/bygger/.nais/prod.yaml'
- '.nais/bygger/alerts.yaml'
- '.nais/bygger/preprod.yaml'
- '.nais/bygger/prod.yaml'
- '.github/workflows/alert-deploy.yaml'
jobs:
preprod-deploy:
Expand All @@ -22,8 +22,8 @@ jobs:
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: './packages/bygger/.nais/alerts.yaml'
VARS: './packages/bygger/.nais/preprod.yaml'
RESOURCE: './.nais/bygger/alerts.yaml'
VARS: './.nais/bygger/preprod.yaml'

prod-deploy:
name: Deploy to prod
Expand All @@ -36,5 +36,5 @@ jobs:
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
RESOURCE: './packages/bygger/.nais/alerts.yaml'
VARS: './packages/bygger/.nais/prod.yaml'
RESOURCE: './.nais/bygger/alerts.yaml'
VARS: './.nais/bygger/prod.yaml'
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ jobs:
env:
APIKEY: '${{ secrets.NAIS_DEPLOY_APIKEY }}'
CLUSTER: 'prod-gcp'
RESOURCE: './packages/bygger/.nais/nais.yaml'
VARS: './packages/bygger/.nais/prod.yaml'
RESOURCE: './.nais/bygger/nais.yaml'
VARS: './.nais/bygger/prod.yaml'
VAR: 'image=${{ needs.package-and-push-bygger.outputs.image }}'

trigger-deploy-fyllut-to-dev:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/manual-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
env:
APIKEY: '${{ secrets.NAIS_DEPLOY_APIKEY }}'
CLUSTER: 'dev-gcp'
RESOURCE: './packages/bygger/.nais/nais.yaml'
VARS: './packages/bygger/.nais/${{ github.event.inputs.environment }}.yaml'
RESOURCE: './.nais/bygger/nais.yaml'
VARS: './.nais/bygger/${{ github.event.inputs.environment }}.yaml'
VAR: image=${{ needs.package-and-push-bygger.outputs.image }}

package-and-push-fyllut:
Expand Down Expand Up @@ -119,6 +119,6 @@ jobs:
env:
APIKEY: '${{ secrets.NAIS_DEPLOY_APIKEY }}'
CLUSTER: 'dev-gcp'
RESOURCE: './packages/fyllut/.nais/config.yaml'
VARS: './packages/fyllut/.nais/${{ github.event.inputs.environment }}.yaml'
RESOURCE: './.nais/fyllut/config.yaml'
VARS: './.nais/fyllut/${{ github.event.inputs.environment }}.yaml'
VAR: image=${{ needs.package-and-push-fyllut.outputs.image }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e3bac87

Please sign in to comment.