Skip to content

Commit

Permalink
WebApp - ACtualizo nombre de secret - debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Di Gulio committed Dec 26, 2023
1 parent f71aecd commit 098c4bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/webApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
cd webapp
yarn build
- name: Debug S3 bucket name
run: |
echo "S3 bucket name: ${{ secrets.AWS_S3_BUCKET }}"
- name: Check AWS CLI version
run: aws --version

- name: Deploy to S3
run: |
aws s3 sync webapp/build/ s3://${{ secrets.AWS_S3_BUCKET }} --delete
aws s3 sync webapp/build/ s3://estelarte-web --delete --debug
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 098c4bf

Please sign in to comment.