From 61ac37256791329f1272811e7cbbccc89310308b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 7 Dec 2018 10:31:03 +0100 Subject: [PATCH] verbose deployment --- scripts/deploy.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index b15676b..8b47269 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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 } ##