Skip to content

Commit

Permalink
Update buildpacks for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed Sep 1, 2017
1 parent 50a8158 commit 16e5745
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .buildpacks

This file was deleted.

13 changes: 9 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"description":"Interactive map for road accidents in Israel, to motivate the local community members to take collective action and fight road accidents.",
"scripts":{},
"env":{
"BUILDPACK_URL":{
"required":true
},
"DATABASE_URL":{
"required":true
},
Expand All @@ -19,5 +16,13 @@
"addons":[
"heroku-postgresql",
"newrelic"
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-jvm-common"
},
{
"url": "heroku/python"
}
]
}
}

0 comments on commit 16e5745

Please sign in to comment.