Fixes #163
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"ENV": { "value": "heroku", "description": "Do not modify this value to work on Heroku" },
|
"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": {
|
"scripts": {
|
||||||
"postdeploy": "php artisan migrate --env=heroku; php artisan key:generate"
|
"postdeploy": "php artisan migrate --env=heroku; php artisan key:generate"
|
||||||
|
|||||||
+1
-2
@@ -39,8 +39,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"heroku": {
|
"paas": {
|
||||||
"framework": "silex",
|
|
||||||
"document-root": "public",
|
"document-root": "public",
|
||||||
"index-document": "index.php",
|
"index-document": "index.php",
|
||||||
"log-files": [
|
"log-files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user