From 59fbb43fba0ba998c93b0a920edd87448efaa27b Mon Sep 17 00:00:00 2001 From: Santiago Olayo <78331118+santiago-jv@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:30:16 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e10c7ea..1a21f11 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,8 +38,9 @@ jobs: run: | zip -r deploy.zip ./dist/* -x '*.git*' - - name: Deploy to Elastic Beanstalk - uses: einaregilsson/beanstalk-deploy@v1.6 + + - name: Elastic Beanstalk Deployment + uses: davecarlson/beanstalk-deploy@v23 with: aws_access_key: ${{ secrets.AWS_ACCESS_KEY }} aws_secret_key: ${{ secrets.AWS_SECRET_KEY }}