Skip to content

Commit

Permalink
WebApp - ACtualizo nombre de secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Di Gulio committed Dec 26, 2023
1 parent 6027409 commit f71aecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Debug S3 bucket name
run: |
echo "S3 bucket name: ${{ secrets.S3_BUCKET_NAME }}"
echo "S3 bucket name: ${{ secrets.AWS_S3_BUCKET }}"
- name: Deploy to S3
run: |
aws s3 sync webapp/build/ s3://${{ secrets.S3_BUCKET_NAME }} --delete
aws s3 sync webapp/build/ s3://${{ secrets.AWS_S3_BUCKET }} --delete
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit f71aecd

Please sign in to comment.