Skip to content

Commit

Permalink
add at22 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Oct 29, 2024
1 parent 5558131 commit b5ab5dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
fail-fast: false
matrix:
environment: [at21]
environment: [at21, at22]

needs:
- build-push
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/infra-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ./.github/workflows/infra-cd-template.yml
strategy:
matrix:
environment: [at21]
environment: [at21, at22]
with:
environment: ${{ matrix.environment }}
tf_state: cert.tfstate
Expand All @@ -33,7 +33,7 @@ jobs:
uses: ./.github/workflows/infra-cd-template.yml
strategy:
matrix:
environment: [at21]
environment: [at21, at22]
with:
environment: ${{ matrix.environment }}
tf_state: auth.tfstate
Expand All @@ -45,7 +45,7 @@ jobs:
uses: ./.github/workflows/infra-cd-template.yml
strategy:
matrix:
environment: [at21]
environment: [at21, at22]
with:
environment: ${{ matrix.environment }}
tf_state: Altinn.Register.tfstate
Expand Down

0 comments on commit b5ab5dc

Please sign in to comment.