Skip to content

Commit

Permalink
Update frontend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leoriviera committed Nov 17, 2023
1 parent b29c394 commit 785b7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
REACT_APP_SERVER_DOMAIN: ${{ vars.REACT_APP_SERVER_DOMAIN }}
- name: Upload to S3 buclet
working-directory: packages/frontend/
run: aws s3 sync build/ $(AWS_S3_BUCKET_ARN)/build --delete
run: aws s3 sync build/ s3://$AWS_S3_BUCKET_NAME/build --delete
env:
S3_BUCKET_NAME: ${{ vars.AWS_S3_BUCKET_ARN }}
S3_BUCKET_NAME: ${{ vars.AWS_S3_BUCKET_NAME }}

0 comments on commit 785b7a7

Please sign in to comment.