From 6dcd0595aed9c322c87f7e474b2e68c5c55ec504 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sun, 11 Feb 2018 09:58:44 -0500 Subject: [PATCH] More fixes to deploy scripting --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa5b3d0..67303a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ jobs: - run: name: Deploy to S3 command: | - apt-get install -y -qq install awscli + sudo apt-get install -y -qq install awscli aws s3 sync build s3://$DEPLOY_BUCKET/ --delete workflows: