mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:24:15 +01:00
29 lines
665 B
JSON
29 lines
665 B
JSON
{
|
|
"environments": {
|
|
"review": {
|
|
"scripts": {
|
|
"postdeploy": ""
|
|
},
|
|
"env": {
|
|
"DEBUG": true
|
|
},
|
|
"buildpacks": [
|
|
{"url": "heroku/nodejs"},
|
|
{"url": "https://github.com/timgl/heroku-buildpack-python.git"}
|
|
]
|
|
},
|
|
"test": {
|
|
"addons": ["heroku-postgresql:in-dyno"],
|
|
"scripts": {
|
|
"test": "python manage.py test --keepdb -v 2"
|
|
},
|
|
"buildpacks": [
|
|
{"url": "https://github.com/timgl/heroku-buildpack-python.git"}
|
|
]
|
|
}
|
|
},
|
|
"buildpacks": [
|
|
{"url": "heroku/nodejs"},
|
|
{"url": "https://github.com/timgl/heroku-buildpack-python.git"}
|
|
]
|
|
} |