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 6bafb33 commit b058c53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/webApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Upload artifacts to S3
uses: actions/upload-artifact@v4
with:
name: ${{ secrets.S3_BUCKET_NAME }}
bucket: ${{ secrets.S3_BUCKET_NAME }}
name: 'artifact'
path: webapp/build
if-no-files-found: 'error'

0 comments on commit b058c53

Please sign in to comment.