Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Feb 6, 2025
1 parent 8b64133 commit e9fbd9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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

0 comments on commit e9fbd9e

Please sign in to comment.