From e9fbd9e15234c93e81049b70ad231b181545f344 Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Thu, 6 Feb 2025 14:54:23 +0000 Subject: [PATCH] fixes --- .github/workflows/build-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fe015953023..910b414ef10 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -445,7 +445,7 @@ jobs: name: Deploy Domains Infrastructure runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' && github.event_name == 'push' - concurrency: deploy_production + concurrency: deploy_domains_infra needs: [deploy-aks-after-production] environment: name: production @@ -478,7 +478,7 @@ jobs: strategy: max-parallel: 1 matrix: - domain_environment: [test, preprod, production] + domain_environment: [qa, staging, sandbox, production] environment: name: production permissions: @@ -499,6 +499,6 @@ jobs: azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} azure-subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} environment: ${{ matrix.domain_environment }} - healthcheck: health + healthcheck: integrations/monitoring/ slack-webhook: ${{ secrets.SLACK_WEBHOOK }} terraform-base: terraform/custom_domains/environment_domains