Set the Heroku BUILDPACK_URL var, thanks to @Salakar

This commit is contained in:
James Brooks
2014-11-28 14:53:45 +00:00
parent e7f4f9a6c1
commit ea244b3dc8
2 changed files with 8 additions and 1 deletions

View File

@@ -14,7 +14,8 @@
"keywords": ["cachet", "laravel", "status", "page"],
"addons": ["cleardb"],
"env": {
"ENV": "heroku"
"ENV": "heroku",
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-php"
},
"scripts": {
"postdeploy": "php artisan migrate; php artisan key:generate"

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir": "*"
}
}