Skip to content

Commit

Permalink
Automatically deploy to staging after successful build of master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jberlinsky committed Jan 5, 2016
1 parent 846750f commit f661ec5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
machine:
timezone: EST
ruby:
version: 2.1.5

deployment:
staging:
branch: master
commands:
- git push -f [email protected]:commonplace-staging.git $CIRCLE_SHA1:refs/heads/master
- heroku run rake db:migrate --app commonplace-staging

0 comments on commit f661ec5

Please sign in to comment.