Skip to content

Commit

Permalink
Use s3 sync instead of cp
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Apr 17, 2024
1 parent 5a17e6c commit f105029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
role-session-name: fAIrGithub

- name: Upload to S3
run: ls -lh frontend/build && aws s3 cp frontend/build/ s3://${{ vars.FRONTEND_BUCKET }}/
run: cd frontend/build && aws s3 sync . s3://${{ vars.FRONTEND_BUCKET }}/

0 comments on commit f105029

Please sign in to comment.