We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54568f1 commit 63a8ec1Copy full SHA for 63a8ec1
infra/pulumi-infra-deploy/Config/DeploymentPackagesConfig.cs
@@ -12,6 +12,6 @@ public record DeploymentPackagesConfig(string UnzippedArtifactsDir)
12
public string WebsitePath => $"{UnzippedArtifactsDir}/programmer-al-site";
13
public string StorageApiWorkerFilePath => $"{UnzippedArtifactsDir}/cloudflare-workers/public-storage-api.js";
14
public string RouteFilterWorkerFilePath => $"{UnzippedArtifactsDir}/cloudflare-workers/route-filter-worker.js";
15
- public string FeedbackApiFunctionsZipFilePath => $"{UnzippedArtifactsDir}/feedback-api/feedback-api.zip";
+ public string FeedbackApiFunctionsZipFilePath => $"{UnzippedArtifactsDir}/feedback-api.zip";
16
}
17
0 commit comments