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 8245c3f commit 6bafb33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/webApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
aws-region: sa-east-1

- name: Upload artifacts to S3
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
bucket: ${{ secrets.S3_BUCKET_NAME }}
path: webapp/build
name: ${{ secrets.S3_BUCKET_NAME }}
path: webapp/build
if-no-files-found: 'error'

0 comments on commit 6bafb33

Please sign in to comment.