Update CircleCI to deploy both staging & prod

This commit is contained in:
Andrew Miner
2015-05-11 16:09:14 -07:00
parent 956abd542e
commit aa9d19f412
+2 -6
View File
@@ -1,9 +1,5 @@
deployment:
staging:
all:
branch: master
commands:
- ./scripts/deploy --staging
production:
branch: master
commands:
- ./scripts/deploy --production
- ./scripts/deploy --staging && ./scripts/deploy --production