-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[PROD][KAIZEN-0] flyttet modiapersonoversikt-api til gcp "
- Loading branch information
Showing
266 changed files
with
1,804 additions
and
4,377 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: "Deploy henvendelse oppdatering topic" | ||
on: | ||
push: | ||
paths: | ||
- .nais/topics/** | ||
- .github/workflows/topic.yml | ||
jobs: | ||
deploy-topic-to-dev: | ||
if: github.ref == 'refs/heads/dev' | ||
name: Deploy topic to dev-fss | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
id-token: write | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
- name: Deploy henvendelse-oppdatering-melding topic | ||
uses: nais/deploy/actions/deploy@v2 | ||
env: | ||
CLUSTER: dev-gcp | ||
RESOURCE: .nais/topics/henvendelse-oppdatering-melding.yml | ||
VARS: .nais/topics/dev.json | ||
|
||
deploy-topic-to-prod: | ||
if: github.ref == 'refs/heads/master' | ||
name: Deploy topic to prod-fss | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
id-token: write | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
- name: Deploy henvendelse-oppdatering-melding topic | ||
uses: nais/deploy/actions/deploy@v2 | ||
env: | ||
CLUSTER: prod-gcp | ||
RESOURCE: .nais/topics/henvendelse-oppdatering-melding.yml | ||
VARS: .nais/topics/prod.json |
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.