From 990baa7cd3b0ee0acdf4f27047dcfc899baa19c0 Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Mon, 16 Jul 2018 01:01:21 -0700 Subject: [PATCH] Specifying invalidations --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d44e8d..3a773c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,6 @@ install: script: - "npm run build" - "aws s3 sync ./build/ s3://mjfs.us --acl public-read" - - "aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths \"/*\"" + - > + aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths + /asset-manifest.json /favicon.ico /index.html /manifest.json /service-worker.js