Skip to content

Commit

Permalink
Merge pull request #1254 from DFE-Digital/aks-test-domains
Browse files Browse the repository at this point in the history
Update test domain to AKS
  • Loading branch information
vipin-dfe authored Nov 26, 2024
2 parents 3ca12d5 + 69ce50d commit 274af04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
DEPLOYMENT_MATRIX="{ 'environment': ['${{ github.event.inputs.environment }}'] }"
else
DEPLOYMENT_MATRIX="{ 'environment': ['dev', 'test', 'preprod'] }"
DEPLOYMENT_MATRIX="{ 'environment': ['preprod'] }"
fi
echo "deployment_matrix=$DEPLOYMENT_MATRIX" >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions terraform/application/config/test.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
---
EXTERNAL_DOMAIN: test.refer-serious-misconduct.education.gov.uk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"resource_group_name": "s189p01-rsm-dom-rg",
"domains": ["test"],
"environment_short": "test",
"origin_hostname": "s165t01-rsm-test-app.azurewebsites.net"
"origin_hostname": "refer-serious-misconduct-test.test.teacherservices.cloud"
}
}
}

0 comments on commit 274af04

Please sign in to comment.