Revert "Minor changes to travis config"

This reverts commit b904072d2d.
This commit is contained in:
mitchelljfs 2018-07-21 02:07:09 -07:00
parent b904072d2d
commit e9bbfeec57
1 changed files with 1 additions and 5 deletions

View File

@ -12,11 +12,7 @@ install:
script:
- "npm run build"
deploy:
- "aws s3 sync ./build/ s3://mjfs.us --acl public-read --delete"
after_deploy:
- "aws s3 sync ./build/ s3://mjfs.us --acl public-read"
- >
aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths
/asset-manifest.json /favicon.ico /index.html /manifest.json /service-worker.js