mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
deploy updates
This commit is contained in:
parent
ab814e5bd7
commit
2dc906e276
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user