Skip to content

Commit

Permalink
ci: update aws cp to sync for cdn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 6, 2024
1 parent f19cde3 commit c8fd892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdn_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
S3_PATH: ${{ github.ref_name == 'main' && 'latest' || github.ref_name }}
run: |
# Push dist to correct S3 dir
aws s3 cp --recursive ${{ github.workspace }}/dist/ \
aws s3 sync ${{ github.workspace }}/dist/ \
s3://${{ vars.S3_BUCKET_NAME }}/${{ env.S3_PATH }}/

0 comments on commit c8fd892

Please sign in to comment.