2014-11-20 19:29:06 +00:00
|
|
|
{
|
2014-11-28 15:04:27 +00:00
|
|
|
"name": "Cachet",
|
|
|
|
"description": "Single-site Status Page with Laravel",
|
|
|
|
"keywords": [
|
|
|
|
"cachet",
|
|
|
|
"laravel",
|
|
|
|
"status",
|
|
|
|
"page"
|
|
|
|
],
|
|
|
|
"website": "http://james-brooks.uk/cachet",
|
2014-12-31 18:22:58 +00:00
|
|
|
"logo": "https://raw.githubusercontent.com/cachethq/assets/79336a33c24b28c470a89742671e0e291813d004/images/icon/Cachet-Icon.png",
|
2014-11-28 15:04:27 +00:00
|
|
|
"success_url": "/setup",
|
|
|
|
"repository": "https://github.com/cachethq/Cachet",
|
|
|
|
"addons": [
|
2014-12-29 18:30:56 -02:00
|
|
|
"heroku-postgresql"
|
2014-11-28 15:04:27 +00:00
|
|
|
],
|
|
|
|
"env": {
|
2014-12-29 18:30:56 -02:00
|
|
|
"ENV": { "value": "heroku", "description": "Do not modify this value to work on Heroku" },
|
2015-01-01 11:09:39 +00:00
|
|
|
"BUILDPACK_URL": { "value": "https://github.com/Scalingo/appsdeck-buildpack-php", "description": "Do not modify this value to work on Heroku" }
|
2014-11-28 15:04:27 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-01-03 23:11:20 +00:00
|
|
|
"postdeploy": "php artisan migrate --env=heroku; php artisan key:generate"
|
2014-11-28 15:04:27 +00:00
|
|
|
}
|
2014-11-20 19:29:06 +00:00
|
|
|
}
|