Skip to content

Commit

Permalink
add app.json for Heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
GarPit committed Apr 12, 2017
1 parent cd597ac commit b0690b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app.json
@@ -0,0 +1,16 @@
{
"name": "KMS",
"description": "Simple and powerful Ruby on Rails CMS for developers",
"repository": "https://github.com/webgradus/kms",
"scripts": {
"postdeploy": "bundle exec rake db:migrate"
},
"env": {
"RAILS_ENV": "production",
"RACK_ENV": "production",
"RAILS_SERVE_STATIC_FILES": "true"
},
"image": "webgradus/kms",
"addons": ["heroku-postgresql"]

}

0 comments on commit b0690b7

Please sign in to comment.