diff --git a/circle.yml b/circle.yml new file mode 100644 index 000000000..f80c555c4 --- /dev/null +++ b/circle.yml @@ -0,0 +1,11 @@ +machine: + timezone: EST + ruby: + version: 2.1.5 + +deployment: + staging: + branch: master + commands: + - git push -f git@heroku.com:commonplace-staging.git $CIRCLE_SHA1:refs/heads/master + - heroku run rake db:migrate --app commonplace-staging