Update circle.yml to upload to staging and prod

This commit is contained in:
Andrew Miner
2016-04-04 19:54:52 -07:00
parent 4b76163e8e
commit 046c0eb204
+2 -5
View File
@@ -3,11 +3,8 @@ dependencies:
- sudo -H pip install s3cmd - sudo -H pip install s3cmd
- npm install -g grunt-cli - npm install -g grunt-cli
deployment: deployment:
staging: all:
branch: master
commands:
- grunt upload:staging
production:
branch: master branch: master
commands: commands:
- grunt upload:prod - grunt upload:prod
- grunt upload:staging