WeAreBeep / FrontLineLive

Front Line Live code and target operating model
MIT License
0 stars 4 forks source link

deploy: Add custom domain binding to web service #34

Closed jasonho215 closed 3 years ago

jasonho215 commented 3 years ago

Hello @SiobhanBaynes and @cpswan ,

@cpswan added a custom domain for web services of Frontline.live so I create a PR to update the Terraform stack. Please help review this PR, thanks!

@cpswan Would like to know the DNS provider (Cloudflare, I guess?) and see if we can manage DNS records for domain verification through Terraform stack. Or you can add them manually after applying the Terraform plan.

cpswan commented 3 years ago

The DNS is being managed on CloudFlare. So there is an API and a Terraform provider for it.

But... I don't think this is something that we need to automate, as this should be a one time thing as we do the cutover from old Azure (VMs) to new Azure (PaaS).

The only reason I'm asking for an alternative DNS name is that last time we tried this the new site wasn't properly ready, which meant that the live environment was down for a while. Hence going through a more comprehensive trial run this time.

jasonho215 commented 3 years ago

But... I don't think this is something that we need to automate, as this should be a one time thing as we do the cutover from old Azure (VMs) to new Azure (PaaS).

It's ok. Let's update the DNS record manually then 😉