1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

deploy tweaks

This commit is contained in:
Matthias Kretschmann 2019-10-06 16:58:15 +02:00
parent 935bc68213
commit 831a8129f2
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -12,6 +12,15 @@ set -e;
function s3sync {
aws s3 sync ./public s3://"$1" \
--include "*" \
--exclude "*.html" \
--exclude "sw.js" \
--exclude "*page-data.json" \
--exclude "chunk-map.json" \
--exclude "sitemap.xml" \
--exclude ".iconstats.json" \
--exclude "humans.txt" \
--exclude "robots.txt" \
--cache-control public,max-age=31536000,immutable \
--delete \
--acl public-read
@ -20,6 +29,7 @@ function s3sync {
--exclude "*" \
--include "*.html" \
--include "sw.js" \
--include "*page-data.json" \
--include "chunk-map.json" \
--include "sitemap.xml" \
--include ".iconstats.json" \