Skip to content

Commit

Permalink
fix(Workflow): Updated the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wadhia-yash committed Jul 8, 2024
1 parent a6a8916 commit aec0310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-app_web-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Zip artifact for deployment
run: |
cd commanddash_web_app
zip -r ../release.zip build
zip -r ../release.zip build package.json package-lock.json
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Install Node.js dependencies on Azure
run: |
cd deploy/build
cd deploy
npm install
- name: Install PM2
Expand Down

0 comments on commit aec0310

Please sign in to comment.