Skip to content

Commit

Permalink
add app.json for heroku pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
segunolalive committed Oct 4, 2017
1 parent b4689c3 commit eff3024
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions app.json
@@ -0,0 +1,27 @@
{
"name": "helloBooks",
"scripts": {},
"env": {
"DATABASE_URL": {
"required": true
},
"NODE_ENV": {
"required": true
},
"NODE_MODULES_CACHE": {
"required": true
},
"SECRET": {
"required": true
}
},
"formation": {},
"addons": [
"papertrail"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}

0 comments on commit eff3024

Please sign in to comment.