More fixes to deploy scripting
This commit is contained in:
parent
9abbb86f2c
commit
6dcd0595ae
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user