Skip to content

Commit 37b2789

Browse files
committed
Fixed some naming to work with cloudflare rules
1 parent d887d5f commit 37b2789

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/pulumi-infra-deploy/Pulumi.prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ config:
44
svghelpers-site:cloudflare-account-id: 25a96b543306c9c9b27e5e04ff7b00b6
55
svghelpers-site:root-run-path: local
66
svghelpers-site:web-client-infra:
7-
RootDomain: ProgrammerAL.com
8-
Subdomain: SvgHelpers
7+
RootDomain: programmeral.com
8+
Subdomain: svghelpers
99
CloudflareZoneId: cb6b4ef0a57ef72147e4c9bf3c16b532
1010
pulumi:template: azure-csharp

infra/pulumi-infra-deploy/StackBuilders/Website/WebsiteStackBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public WebsiteInfrastructure GenerateResources()
3333
private CloudflarePagesApp UploadWebClientFiles(
3434
Cloudflare.Provider provider)
3535
{
36-
var projectName = $"svghelpers-site-{GlobalConfig.WebClientInfraConfig.Subdomain ?? "prod"}";
36+
var projectName = $"svghelpers-site-prod";
3737
var pagesApp = new Cloudflare.PagesProject(projectName, new Cloudflare.PagesProjectArgs
3838
{
3939
Name = projectName,

0 commit comments

Comments
 (0)