mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 10:25:00 +01:00
verbose deployment
This commit is contained in:
parent
8e7e700ede
commit
61ac372567
@ -21,8 +21,7 @@ function s3sync {
|
|||||||
--exclude "workbox*/*" \
|
--exclude "workbox*/*" \
|
||||||
--cache-control public,max-age=31536000,immutable \
|
--cache-control public,max-age=31536000,immutable \
|
||||||
--delete \
|
--delete \
|
||||||
--acl public-read \
|
--acl public-read
|
||||||
--quiet
|
|
||||||
|
|
||||||
aws s3 sync ./public s3://"$1" \
|
aws s3 sync ./public s3://"$1" \
|
||||||
--exclude "*" \
|
--exclude "*" \
|
||||||
@ -30,8 +29,7 @@ function s3sync {
|
|||||||
--include "sw.js" \
|
--include "sw.js" \
|
||||||
--cache-control public,max-age=0,must-revalidate \
|
--cache-control public,max-age=0,must-revalidate \
|
||||||
--delete \
|
--delete \
|
||||||
--acl public-read \
|
--acl public-read
|
||||||
--quiet
|
|
||||||
}
|
}
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user