circleci add install s3cmd back in

This commit is contained in:
BryceLTaylor 2021-02-10 10:34:25 -05:00
parent d1d4ac696f
commit 52eff51b40

View file

@ -80,6 +80,7 @@ aliases:
- run: - run:
name: "deploy to staging" name: "deploy to staging"
command: | command: |
pip install s3cmd==2.1.0
npm run deploy npm run deploy
- &integration_jest - &integration_jest
<<: *defaults <<: *defaults