Skip to content

Commit

Permalink
fixup! feat: improvement of the web perf
Browse files Browse the repository at this point in the history
  • Loading branch information
fpasquet committed Mar 29, 2023
1 parent 2bef38e commit c3c0c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Deploy to S3 for dev
if: github.event_name == 'pull_request'
run: aws s3 sync "dist/public/" "s3://dev.blog.eleven-labs.com/${{ github.head_ref }}/" --delete
run: aws s3 sync "dist/public/" "s3://dev.blog.eleven-labs.com/${{ github.head_ref }}/" --delete --content-encoding gzip

- name: Deploy to S3 for production
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
Expand Down

0 comments on commit c3c0c7f

Please sign in to comment.