Fixing awscli installation for deploy

This commit is contained in:
Jeff Avallone 2018-02-11 09:57:10 -05:00
parent a30d1f07fc
commit 9abbb86f2c

View File

@ -34,7 +34,7 @@ jobs:
- run:
name: Deploy to S3
command: |
pip install awscli --upgrade --user
apt-get install -y -qq install awscli
aws s3 sync build s3://$DEPLOY_BUCKET/ --delete
workflows: