diff --git a/scripts/deploy.sh b/scripts/deploy.sh index f40bfdce..b7e2c625 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -215,6 +215,7 @@ function pull_spaces() { sync \ s3://insights/ \ ./repos/ \ + --delete \ --acl public-read } @@ -225,6 +226,7 @@ function push_spaces() { sync \ ./repos/ \ s3://insights/ \ + --delete \ --acl public-read }