From 4c07e2f0b018282e8d3d6ae3fd1b5aa446ac93f1 Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Mon, 16 Jul 2018 00:48:51 -0700 Subject: [PATCH] Fixes to .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf37fff..1d44e8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \"/*\""