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 4eb11e2 commit 59fbb43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
run: |
zip -r deploy.zip ./dist/* -x '*.git*'
- name: Deploy to Elastic Beanstalk
uses: einaregilsson/[email protected]
- name: Elastic Beanstalk Deployment
uses: davecarlson/beanstalk-deploy@v23
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY }}
aws_secret_key: ${{ secrets.AWS_SECRET_KEY }}
Expand Down

0 comments on commit 59fbb43

Please sign in to comment.