mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-04-20 15:31:52 +02:00
Fixes #163
This commit is contained in:
parent
f960dda691
commit
482bba5d41
2
app.json
2
app.json
@ -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"
|
||||
|
@ -39,8 +39,7 @@
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"heroku": {
|
||||
"framework": "silex",
|
||||
"paas": {
|
||||
"document-root": "public",
|
||||
"index-document": "index.php",
|
||||
"log-files": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user