From 004c4f83bfe2aaa0625a063bebf766ec17d37b27 Mon Sep 17 00:00:00 2001 From: Edward Bartholomew Date: Sat, 30 May 2015 14:13:15 -0400 Subject: [PATCH] Update Jenkins example script in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6783bbe..20e2bfd 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ can be pulled down from a repository and then ran by Jenkins. minimart web --host=$BUCKET_NAME echo Syncing web site up to s3://$BUCKET_NAME - aws s3 sync web s3://$BUCKET_NAME --acl public-read --exclude + aws s3 sync web s3://$BUCKET_NAME --size-only --acl public-read --exclude "web/universe" aws s3 cp web/universe s3://$BUCKET_NAME --acl public-read