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 8, 2025
1 parent 3c164d5 commit af2abb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,5 @@ jobs:
with:
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}
environment: ${{ matrix.environment }}
healthcheck: healthcheck/all
slack-webhook: ${{ steps.keyvault-yaml-secret.outputs.SLACK_WEBHOOK }}
1 change: 1 addition & 0 deletions .github/workflows/deploy_domains_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
with:
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}
environment: ${{ matrix.environment }}
healthcheck: healthcheck/all
slack-webhook: ${{ steps.keyvault-yaml-secret.outputs.SLACK_WEBHOOK }}
3 changes: 3 additions & 0 deletions terraform/domains/environment_domains/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output "origin_hostnames" {
value = [ for domain in var.hosted_zone : domain.origin_hostname ]
}

0 comments on commit af2abb8

Please sign in to comment.