Skip to content

Commit

Permalink
[SCHEMATIC-211] Updates Schematic Prod DNS redirect for new deploymen…
Browse files Browse the repository at this point in the history
…t stack (#1297)

* updates DNS redirect for new deployment stack
  • Loading branch information
BWMac authored Nov 21, 2024
1 parent e4824a7 commit 65abbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org-formation/800-redirects/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ SchematicStagingAppDnsForward:
TargetHostName: !CopyValue ['schematic-stage-load-balancer-dns', !Ref DCAProdAccount]

# forward schematic.api.sagebionetworks.org to schematic-infra ALB
# https://github.com/Sage-Bionetworks/schematic-infra
# https://github.com/Sage-Bionetworks/schematic-infra-v2
SchematicProdAppDnsForward:
Type: update-stacks
Template: https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra/v0.6.9/templates/R53/cname.yaml
Expand All @@ -185,7 +185,7 @@ SchematicProdAppDnsForward:
# ID of the api.sagebionetworks.org zone (in sageit account)
SourceHostedZoneId: !CopyValue [!Sub '${primaryRegion}-${resourcePrefix}-sagebio-api-zone-HostedZoneId']
# the value of the CNAME record
TargetHostName: !CopyValue ['schematic-prod-DockerFargateStack-LoadBalancerDNS', !Ref DCAProdAccount]
TargetHostName: !CopyValue ['schematic-prod-load-balancer-dns', !Ref DCAProdAccount]

# forward https://genie-bpc.app.sagebionetworks.org to genie-bpc-infra ALB
# https://github.com/Sage-Bionetworks/genie-bpc-infra
Expand Down

0 comments on commit 65abbdb

Please sign in to comment.