Skip to content

Commit

Permalink
chore(azure): Update deploy-azure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Nov 6, 2024
1 parent 8c94d4c commit df1262e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
with:
node-version: '18'
- uses: actions/setup-dotnet@v1
- run: |
- name: npm install and build
working-directory: ./src/Ecotag/ClientApp
run: |
npm ci
npm run build:local
npm run build:server
Expand Down Expand Up @@ -50,4 +52,4 @@ jobs:
app-name: 'axaguildev-ecotag'
slot-name: 'Production'
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: ./drop/win-x64/ecotag/ecotag-win-x64.zip
package: ./drop/win-x64/ecotag/ecotag-win-x64.zip

0 comments on commit df1262e

Please sign in to comment.