Skip to content

Commit 83c37bd

Browse files
committed
Changed region for pulumi deployment
1 parent b5709f4 commit 83c37bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

update-conference-prague-2024/demo-code-feedback-system/deploy/deploy/Deploy.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<LangVersion>latest</LangVersion>
88
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
9-
<EnableNETAnalyzers>true</EnableNETAnalyzers><EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild></PropertyGroup>
9+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
10+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
11+
</PropertyGroup>
1012
<ItemGroup>
1113
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
1214
<PackageReference Include="Pulumi.Automation" Version="3.67.1" />

update-conference-prague-2024/demo-code-feedback-system/infra/Pulumi.dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config:
22
update-conf-2024:azure-resource-group-name: dev-feedback-rg
33
update-conf-2024:functions-package-path: local
4-
update-conf-2024:location: eastus
4+
update-conf-2024:location: eastus2
55
update-conf-2024:static-site-path: local
66
update-conf-2024:service-config:
77
Version: local

0 commit comments

Comments
 (0)