Updating packages before attempting install
This commit is contained in:
parent
6dcd0595ae
commit
1e45520e67
@ -34,6 +34,7 @@ jobs:
|
||||
- run:
|
||||
name: Deploy to S3
|
||||
command: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y -qq install awscli
|
||||
aws s3 sync build s3://$DEPLOY_BUCKET/ --delete
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user