Cachet/app.json

16 lines
375 B
JSON
Raw Normal View History

2014-11-20 19:29:06 +00:00
{
"name": "Cachet",
"description": "Single-site Status Page with Laravel",
"website": "http://james-brooks.uk/cachet",
"repository": "https://github.com/jbrooksuk/Cachet",
"keywords": ["cachet", "laravel", "status", "page"],
"addons": ["cleardb"],
"env": {
"ENV": "heroku",
"APP_NAME": "My Status Page"
2014-11-20 19:29:06 +00:00
},
"scripts": {
"postdeploy": "php artisan migrate"
}
}