Skip to content

Commit

Permalink
Changed domain of site to be a subdomain of programmeral.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerAL committed Sep 22, 2024
1 parent d56ef5b commit d887d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions infra/pulumi-infra-deploy/Pulumi.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config:
svghelpers-site:cloudflare-account-id: 25a96b543306c9c9b27e5e04ff7b00b6
svghelpers-site:root-run-path: local
svghelpers-site:web-client-infra:
RootDomain: SvgHelpers.com
CloudflareZoneId: 5cb93fc38a6bbfe26b832af194e8f6b2
RootDomain: ProgrammerAL.com
Subdomain: SvgHelpers
CloudflareZoneId: cb6b4ef0a57ef72147e4c9bf3c16b532
pulumi:template: azure-csharp
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ private DomainsInfrastructure GenerateDomainEntries(CloudflarePagesApp webClient

var record = new Cloudflare.Record("website-cname", new Cloudflare.RecordArgs
{
Name = pagesDomainEndpoint,
Value = webClientInfra.PagesProject.Subdomain,
Name = GlobalConfig.WebClientInfraConfig.RootDomain,
Content = webClientInfra.PagesProject.Subdomain,
ZoneId = GlobalConfig.WebClientInfraConfig.CloudflareZoneId,
Proxied = true,
AllowOverwrite = true,
Expand Down

0 comments on commit d887d5f

Please sign in to comment.