Update app.json to include more variables and buildpacks
This commit is contained in:
parent
a1ac27fa58
commit
22461449b4
1 changed files with 9 additions and 0 deletions
9
app.json
9
app.json
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue