Fixes to .travis.yml

This commit is contained in:
mitchelljfs 2018-07-16 00:48:51 -07:00
parent 89076b4ccf
commit 4c07e2f0b0
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ install:
script:
- "npm run build"
- "aws s3 sync ./build/ s3://mjfsus --acl public-read"
- "aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths /*"
- "aws s3 sync ./build/ s3://mjfs.us --acl public-read"
- "aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths \"/*\""