From 0169826c157d6a03be3c55c852e6bba26d874d7f Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Mon, 18 Nov 2024 14:28:51 +0100 Subject: [PATCH] chore(azure): try fix azure deployment --- .github/workflows/deploy-azure.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-azure.yml b/.github/workflows/deploy-azure.yml index 4418ee65..73922522 100644 --- a/.github/workflows/deploy-azure.yml +++ b/.github/workflows/deploy-azure.yml @@ -31,6 +31,9 @@ jobs: run: | git clone https://github.com/guillaume-chervet/LibreOfficePortal_7.4.2_winx64.git --depth 1 LibreOffice mv LibreOffice drop/win-x64/ecotag + mkdir drop/win-x64/ecotag/ClientApp + mkdir drop/win-x64/ecotag/ClientApp/build-server + mv src/Ecotag/ClientApp/build-server drop/win-x64/ecotag/ClientApp/build-server cd drop/win-x64/ecotag rm appsettings-server.Production.json cp appsettings-server.Azure.json appsettings-server.Production.json