Skip to content

Commit

Permalink
Merge pull request #340 from hmcts/SIDM-8893
Browse files Browse the repository at this point in the history
SIDM-8893: Adding prod subscription_id
  • Loading branch information
verityit authored Sep 27, 2023
2 parents 7df878e + 03df1d1 commit 4cba394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ withPipeline(type, product, component) {
enableSlackNotifications('#idam_tech')
enableAksStagingDeployment()
disableLegacyDeployment()
syncBranchesWithMaster(branchesToSync)
// syncBranchesWithMaster(branchesToSync)
expires(expiresAfter)

before('akschartsinstall') {
Expand Down
3 changes: 3 additions & 0 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ locals {
demo = {
subscription = "d025fece-ce99-4df2-b7a9-b649d3ff2060"
}
prod = {
subscription = "8cbc6f36-7c56-4963-9d36-739db5d00b27"
}
}
}

Expand Down

0 comments on commit 4cba394

Please sign in to comment.