From c5befada0563442fea4008420ca3a7745faa8f4d Mon Sep 17 00:00:00 2001 From: Russell Day Date: Thu, 25 Apr 2024 16:17:08 +0100 Subject: [PATCH] Remove environment specifier on blazor client deployment --- .github/workflows/DeployEverything.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/DeployEverything.yml b/.github/workflows/DeployEverything.yml index 63d713b..73c3100 100644 --- a/.github/workflows/DeployEverything.yml +++ b/.github/workflows/DeployEverything.yml @@ -113,7 +113,6 @@ jobs: action: "upload" ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - deployment_environment: Production app_location: "/PocketDDD.BlazorClient/PocketDDD.BlazorClient" # App source code path api_location: "" # Api source code path - optional output_location: "wwwroot" # Built app content directory - optional