Fixing content-type for service-worker in S3

This commit is contained in:
Jeff Avallone 2018-05-25 14:49:07 -04:00
parent 92800241d7
commit f2d10483ad
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
command: |
sudo apt-get -y -qq install awscli
aws s3 sync build s3://$DEPLOY_BUCKET/ --delete
aws s3api copy-object --copy-source $DEPLOY_BUCKET/service-worker.js --bucket $DEPLOY_BUCKET --key service-worker.js --metadata-directive REPLACE --cache-control "max-age=0"
aws s3api copy-object --copy-source $DEPLOY_BUCKET/service-worker.js --bucket $DEPLOY_BUCKET --key service-worker.js --metadata-directive REPLACE --cache-control "max-age=0" --content-type "applicatoin/javascript"
workflows:
version: 2