Update build to use correct command in CircleCI

This commit is contained in:
Andrew Miner
2016-04-03 20:20:40 -07:00
parent d3f78e9349
commit aa1589f23b
3 changed files with 34 additions and 276 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ deployment:
staging:
branch: staging
commands:
- grunt deploy:staging
- grunt upload:staging
production:
branch: production
commands:
- grunt deploy:prod
- grunt upload:prod