Correct buildpack order
This commit is contained in:
parent
f943c60755
commit
30fd83ef08
1 changed files with 3 additions and 3 deletions
6
app.json
6
app.json
|
@ -11,6 +11,9 @@
|
||||||
"php"
|
"php"
|
||||||
],
|
],
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
|
{
|
||||||
|
"url": "https://github.com/piotras/heroku-buildpack-gettext.git"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "heroku/nodejs"
|
"url": "heroku/nodejs"
|
||||||
},
|
},
|
||||||
|
@ -19,9 +22,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "heroku/php"
|
"url": "heroku/php"
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://github.com/piotras/heroku-buildpack-gettext.git"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
|
|
Loading…
Reference in a new issue