Skip to content

Instantly share code, notes, and snippets.

@benjiwheeler
Created April 21, 2015 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjiwheeler/ab9957e9a2159529af6c to your computer and use it in GitHub Desktop.
Save benjiwheeler/ab9957e9a2159529af6c to your computer and use it in GitHub Desktop.
Heroku deployment file
{
"name": "Stream example ruby app",
"description": "A simple Pinterest clone built with Rails 4 and stream_rails",
"website": "https://getstream.io",
"keywords": [
"getstream.io",
"HTML5",
"PHP"
],
"repository": "https://github.com/GetStream/stream-example-ruby",
"logo": "http://33.media.tumblr.com/avatar_be8b5eef9ae6_128.png",
"scripts": {
"postdeploy": "bundle exec rake db:migrate"
},
"env": {
"RAILS_ENV": "production"
},
"addons": [
"stream", "heroku-postgresql"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment