Update circle config to name deploy step more generically

This commit is contained in:
BryceLTaylor 2021-05-11 15:08:31 -04:00
parent b8b2b260ae
commit ae53d40bdd

View file

@ -85,7 +85,7 @@ aliases:
python3 get-pip.py pip==21.0.1
pip install s3cmd==2.1.0
- run:
name: "deploy to staging"
name: "deploy"
command: |
npm run deploy
- &integration_jest