Remove BUILDPACK_URL ENV key for now

This commit is contained in:
James Brooks
2014-12-20 18:05:34 +00:00
parent 2bc8fea659
commit 7c956250b7

View File

@@ -15,8 +15,7 @@
"cleardb"
],
"env": {
"ENV": "heroku",
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-php"
"ENV": "heroku"
},
"scripts": {
"postdeploy": "php artisan migrate; php artisan key:generate"