Skip to content

Commit

Permalink
Add Heroku deploy button and config
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Sanchez committed Jun 6, 2016
1 parent 4b4e8a3 commit a9ad2dc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Refinery CMS Demo",
"description": "A demonstration website using Refinery CMS with some test data.",
"repository": "https://github.com/refinery/demo",
"logo": "http://www.refinerycms.com/images/refinery-cms-logo.png",
"website": "http://www.refinerycms.com/",
"keywords": [
"refinerycms",
"demo"
],
"success_url": "/refinery",
"addons": [
"heroku-postgresql:hobby-dev"
],
"scripts": {
"postdeploy": "bundle exec rake db:migrate && bundle exec rake db:seed"
}
}
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ You can chat with us using Gitter:

[![Gitter chat](https://badges.gitter.im/refinery/refinerycms.svg)](https://gitter.im/refinery/refinerycms)

You can automatically deploy a demo on Heroku:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Requirements

* [Bundler](http://gembundler.com)
Expand Down

0 comments on commit a9ad2dc

Please sign in to comment.