mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-04-22 16:31:56 +02:00
Set BUILDPACK_URL to Heroku PHP buildpack
This commit is contained in:
parent
db70d4c623
commit
8a10488f7b
4
app.json
4
app.json
@ -18,6 +18,10 @@
|
||||
"ENV": {
|
||||
"value": "heroku",
|
||||
"description": "Do not modify this value as it's required to work on Heroku."
|
||||
},
|
||||
"BUILDPACK_URL": {
|
||||
"value": "https://github.com/heroku/heroku-buildpack-php",
|
||||
"description": "Do not modify this value as it's required to work on Heroku."
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user