Skip to content

Commit

Permalink
CI-CD for domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Jan 17, 2025
1 parent 8c21a2e commit 23cc19e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_domains_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
max-parallel: 1
matrix:
# environment: [qa, staging, sandbox, production]
environment: [ staging ]
domain_environment: [ staging ]
environment:
name: ${{ matrix.environment }}
name: production
permissions:
id-token: write

Expand Down Expand Up @@ -49,6 +49,6 @@ jobs:
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
environment: ${{ matrix.environment }}
environment: ${{ matrix.domain_environment }}
healthcheck: healthcheck/all
slack-webhook: ${{ steps.keyvault-yaml-secret.outputs.SLACK_WEBHOOK }}

0 comments on commit 23cc19e

Please sign in to comment.