1
0
Fork 0

deploy updates

This commit is contained in:
Matthias Kretschmann 2022-09-17 22:14:47 +00:00 committed by GitHub
parent cc7b19d030
commit 4d53c82be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ SITEMAP_URL="https%3A%2F%2Fkremalicious.com%2Fsitemap.xml"
set -e;
function s3sync {
aws s3 sync ./public s3://"$1" \
aws s3 sync public s3://"$1" \
--include "*" \
--exclude "*.html" \
--exclude "sw.js" \
@ -28,7 +28,7 @@ function s3sync {
--delete \
--acl public-read
aws s3 sync ./public s3://"$1" \
aws s3 sync public s3://"$1" \
--exclude "*" \
--include "*.html" \
--include "sw.js" \