From debd59e481021a6d5c60703d13c65d0ffef1f24d Mon Sep 17 00:00:00 2001 From: Andreas Isnes Nilsen Date: Tue, 29 Oct 2024 12:43:25 +0100 Subject: [PATCH] add at22 workflows (#81) --- .github/workflows/_deploy-app.yml | 2 +- .github/workflows/infra-cd.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_deploy-app.yml b/.github/workflows/_deploy-app.yml index 6aa08fb0..aaec953c 100644 --- a/.github/workflows/_deploy-app.yml +++ b/.github/workflows/_deploy-app.yml @@ -77,7 +77,7 @@ jobs: strategy: fail-fast: false matrix: - environment: [at21] + environment: [at21, at22] needs: - build-push diff --git a/.github/workflows/infra-cd.yml b/.github/workflows/infra-cd.yml index 9ac8f6bb..40e470ab 100644 --- a/.github/workflows/infra-cd.yml +++ b/.github/workflows/infra-cd.yml @@ -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 @@ -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 @@ -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