Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-jv authored Jun 22, 2024
1 parent 0d687e4 commit c165dcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
- name: Install dependencies for frontend
run: |
npm install
- name: Generate build
run: |
npm run build
- name: Generate deployment package
run: zip -r deploy.zip .
run: zip -r deploy.zip ./dist

- name: Elastic Beanstalk Deployment
uses: davecarlson/beanstalk-deploy@v23
Expand Down

0 comments on commit c165dcc

Please sign in to comment.