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 64fc1c6 commit 0d687e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ 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 . -x '*.git*'
run: zip -r deploy.zip .

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

0 comments on commit 0d687e4

Please sign in to comment.