This commit is contained in:
James Brooks 2015-01-01 11:09:39 +00:00
parent f960dda691
commit 482bba5d41
3 changed files with 2 additions and 4 deletions

View File

@ -1 +0,0 @@
web: vendor/bin/heroku-php-apache2 public

View File

@ -16,7 +16,7 @@
],
"env": {
"ENV": { "value": "heroku", "description": "Do not modify this value to work on Heroku" },
"BUILDPACK_URL": { "value": "https://github.com/heroku/heroku-buildpack-php", "description": "Do not modify this value to work on Heroku" }
"BUILDPACK_URL": { "value": "https://github.com/Scalingo/appsdeck-buildpack-php", "description": "Do not modify this value to work on Heroku" }
},
"scripts": {
"postdeploy": "php artisan migrate --env=heroku; php artisan key:generate"

View File

@ -39,8 +39,7 @@
}
},
"extra": {
"heroku": {
"framework": "silex",
"paas": {
"document-root": "public",
"index-document": "index.php",
"log-files": [