Fixing awscli installation for deploy
This commit is contained in:
parent
a30d1f07fc
commit
9abbb86f2c
@ -34,7 +34,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Deploy to S3
|
name: Deploy to S3
|
||||||
command: |
|
command: |
|
||||||
pip install awscli --upgrade --user
|
apt-get install -y -qq install awscli
|
||||||
aws s3 sync build s3://$DEPLOY_BUCKET/ --delete
|
aws s3 sync build s3://$DEPLOY_BUCKET/ --delete
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
Loading…
Reference in New Issue
Block a user