From 1e07be44da6c29028b76bf80dca80413902dcc48 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sun, 11 Feb 2018 10:06:59 -0500 Subject: [PATCH] Trying install with more output --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 74bb3ab..f8890cc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,8 +34,7 @@ jobs: - run: name: Deploy to S3 command: | - sudo apt-get update - sudo apt-get install -y -qq install awscli + sudo apt-get install install awscli aws s3 sync build s3://$DEPLOY_BUCKET/ --delete workflows: