Skip to content

Commit

Permalink
Fixed some naming to work with cloudflare rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerAL committed Sep 22, 2024
1 parent d887d5f commit 37b2789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infra/pulumi-infra-deploy/Pulumi.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config:
svghelpers-site:cloudflare-account-id: 25a96b543306c9c9b27e5e04ff7b00b6
svghelpers-site:root-run-path: local
svghelpers-site:web-client-infra:
RootDomain: ProgrammerAL.com
Subdomain: SvgHelpers
RootDomain: programmeral.com
Subdomain: svghelpers
CloudflareZoneId: cb6b4ef0a57ef72147e4c9bf3c16b532
pulumi:template: azure-csharp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public WebsiteInfrastructure GenerateResources()
private CloudflarePagesApp UploadWebClientFiles(
Cloudflare.Provider provider)
{
var projectName = $"svghelpers-site-{GlobalConfig.WebClientInfraConfig.Subdomain ?? "prod"}";
var projectName = $"svghelpers-site-prod";
var pagesApp = new Cloudflare.PagesProject(projectName, new Cloudflare.PagesProjectArgs
{
Name = projectName,
Expand Down

0 comments on commit 37b2789

Please sign in to comment.