From 9427a22a41e68d677ea2795144664e7d8f019f1f Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 19 Oct 2019 22:09:29 +0200 Subject: [PATCH] ci(heroku): correct buildpacks order In order to try to fix #243 --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 848962c..edc1929 100644 --- a/app.json +++ b/app.json @@ -17,14 +17,14 @@ { "url": "https://github.com/piotras/heroku-buildpack-gettext.git" }, + { + "url": "heroku/php" + }, { "url": "heroku/nodejs" }, { "url": "heroku/python" - }, - { - "url": "heroku/php" } ], "env": {