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

verbose deployment

This commit is contained in:
Matthias Kretschmann 2018-12-07 10:31:03 +01:00
parent 8e7e700ede
commit 61ac372567
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -21,8 +21,7 @@ function s3sync {
--exclude "workbox*/*" \
--cache-control public,max-age=31536000,immutable \
--delete \
--acl public-read \
--quiet
--acl public-read
aws s3 sync ./public s3://"$1" \
--exclude "*" \
@ -30,8 +29,7 @@ function s3sync {
--include "sw.js" \
--cache-control public,max-age=0,must-revalidate \
--delete \
--acl public-read \
--quiet
--acl public-read
}
##