Skip to content

Commit 16e5745

Browse files
committed
Update buildpacks for Heroku
1 parent 50a8158 commit 16e5745

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.buildpacks

-2
This file was deleted.

app.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"description":"Interactive map for road accidents in Israel, to motivate the local community members to take collective action and fight road accidents.",
44
"scripts":{},
55
"env":{
6-
"BUILDPACK_URL":{
7-
"required":true
8-
},
96
"DATABASE_URL":{
107
"required":true
118
},
@@ -19,5 +16,13 @@
1916
"addons":[
2017
"heroku-postgresql",
2118
"newrelic"
19+
],
20+
"buildpacks": [
21+
{
22+
"url": "https://github.com/heroku/heroku-buildpack-jvm-common"
23+
},
24+
{
25+
"url": "heroku/python"
26+
}
2227
]
23-
}
28+
}

0 commit comments

Comments
 (0)