From e9bbfeec573e27d180440981d6f0c60c756638fa Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Sat, 21 Jul 2018 02:07:09 -0700 Subject: [PATCH] Revert "Minor changes to travis config" This reverts commit b904072d2dbe5d694e77e84a8a5c0b9bbc8f1ff1. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f16b91..3a773c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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