Update app.json to include more variables and buildpacks

This commit is contained in:
Henne Vogelsang 2016-05-02 17:27:18 +02:00
parent a1ac27fa58
commit 22461449b4

View file

@ -11,6 +11,9 @@
"DATABASE_URL": { "DATABASE_URL": {
"required": true "required": true
}, },
"DEPLOY_TASKS": {
"required": true
},
"LANG": { "LANG": {
"required": true "required": true
}, },
@ -72,6 +75,12 @@
"buildpacks": [ "buildpacks": [
{ {
"url": "heroku/ruby" "url": "heroku/ruby"
},
{
"url": "https://github.com/heroku/heroku-buildpack-ruby"
},
{
"url": "https://github.com/gunpowderlabs/buildpack-ruby-rake-deploy-tasks"
} }
] ]
} }