diff --git a/scripts/deploy.sh b/scripts/deploy.sh index f80f09f..6259418 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -12,14 +12,6 @@ set -e; function s3sync { aws s3 sync ./public s3://"$1" \ - --exclude "*" \ - --include "*.js" \ - --include "*.map" \ - --include "*.css" \ - --include "static/*" \ - --include "*.png" \ - --exclude "sw.js" \ - --exclude "workbox*/*" \ --cache-control public,max-age=31536000,immutable \ --delete \ --acl public-read @@ -30,6 +22,9 @@ function s3sync { --include "sw.js" \ --include "chunk-map.json" \ --include "sitemap.xml" \ + --include ".iconstats.json" \ + --include "humans.txt" \ + --include "robots.txt" \ --cache-control public,max-age=0,must-revalidate \ --delete \ --acl public-read