Skip to content

Commit

Permalink
WebApp - Unifica jobs de build y deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Di Gulio committed Dec 26, 2023
1 parent b1cf6e2 commit 570b022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
with:
aws_key_id: ${{ secrets.AWS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket: ${{ secrets.AWS_BUCKET }}
aws_bucket: ${{ secrets.S3_BUCKET_NAME }}
source_dir: 'webapp/build'

0 comments on commit 570b022

Please sign in to comment.