Add Heroku generated app.json

pull/51/head
Jamie 2018-03-05 23:20:15 -05:00
parent d43085eaee
commit 21483d846f
1 changed files with 20 additions and 0 deletions

20
app.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "flarum",
"description": "",
"scripts": {
"postdeploy": "bin/setup",
"pr-predestroy": "bin/teardown"
},
"env": {
},
"formation": {
},
"addons": [
],
"buildpacks": [
{
"url": "heroku/php"
}
]
}