Skip to content

Commit

Permalink
specifying frontend directory for packaging in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Feb 26, 2024
1 parent 3d90fd1 commit 803f16e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
npm run test --if-present
- name: Zip artifact for deployment
run: zip next.zip ./* .next .env -qr
run: zip next.zip ./frontend/* ./frontend/.next ./frontend/.env -qr

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down

0 comments on commit 803f16e

Please sign in to comment.