Fixing awscli installation for deploy
This commit is contained in:
parent
a30d1f07fc
commit
9abbb86f2c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user