Cachet/app.json

16 lines
395 B
JSON

{
"name": "Cachet",
"description": "Single-site Status Page with Laravel",
"website": "http://james-brooks.uk/cachet",
"success_url": "/setup",
"repository": "https://github.com/jbrooksuk/Cachet",
"keywords": ["cachet", "laravel", "status", "page"],
"addons": ["cleardb"],
"env": {
"ENV": "heroku"
},
"scripts": {
"postdeploy": "php artisan migrate; php artisan key:generate"
}
}