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 098c4bf commit 52d5bec
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,12 +25,11 @@ jobs:
cd webapp
yarn build
- name: Check AWS CLI version
run: aws --version
- name: Update AWS CLI
run: sudo apt-get update && sudo apt-get install -y awscli

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

0 comments on commit 52d5bec

Please sign in to comment.