More fixes to deploy scripting

This commit is contained in:
Jeff Avallone 2018-02-11 09:58:44 -05:00
parent 9abbb86f2c
commit 6dcd0595ae
1 changed files with 1 additions and 1 deletions

View File

@ -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: