mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-30 20:08:18 +01:00
17 lines
401 B
JSON
17 lines
401 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",
|
|
"APP_NAME": "My Status Page"
|
|
},
|
|
"scripts": {
|
|
"postdeploy": "php artisan migrate"
|
|
}
|
|
}
|