mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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": {
|
||||
"required": true
|
||||
},
|
||||
"DEPLOY_TASKS": {
|
||||
"required": true
|
||||
},
|
||||
"LANG": {
|
||||
"required": true
|
||||
},
|
||||
|
|
@ -72,6 +75,12 @@
|
|||
"buildpacks": [
|
||||
{
|
||||
"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