Skip to content

Commit

Permalink
WebApp - Cambio action de upload s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Di Gulio committed Dec 26, 2023
1 parent 24bdef0 commit 7f3f425
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/webApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
cd webapp
yarn build
- name: Build project
run: |
cd webapp/build
tar -cf build.tar *
deploy:
needs: build
runs-on: ubuntu-latest
Expand All @@ -45,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
bucket: ${{ secrets.S3_BUCKET_NAME }}
object: webapp/build.tar
path: webapp/build

0 comments on commit 7f3f425

Please sign in to comment.