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 5862bdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -110,7 +110,9 @@ 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
aws s3 cp "dist/public/" "s3://dev.blog.eleven-labs.com/${{ github.head_ref }}/" --recursive --include="*.js" --include="*.css" --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 5862bdb

Please sign in to comment.