Skip to content

Commit

Permalink
Update the deployment pipeline to use optimised production build
Browse files Browse the repository at this point in the history
  • Loading branch information
venkyvajrala authored Nov 30, 2023
1 parent 26c4141 commit 60063a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_my-web-app-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./* -r
run: zip release.zip ./build/* -r

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
app-name: 'my-web-app-zero'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_891261EEDE9145F8A433C1DABDA0AB37 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_891261EEDE9145F8A433C1DABDA0AB37 }}

0 comments on commit 60063a3

Please sign in to comment.