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