Skip to content

Commit

Permalink
chore(azure): try fix azure deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Nov 18, 2024
1 parent 259a11e commit 0169826
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0169826

Please sign in to comment.