Add CircleCI configuration for deployment

This commit is contained in:
Andrew Miner
2015-04-28 10:12:56 -07:00
parent aad88e9465
commit c528fc4eab
2 changed files with 13 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
deployment:
staging:
branch: staging
commands:
- ./scripts/deploy --staging
production:
branch: production
commands:
- ./scripts/deploy --production