Having a quick go with Heroku buttons!

This commit is contained in:
James Brooks
2014-11-20 19:29:06 +00:00
parent f48e390adb
commit 957f81f730
5 changed files with 45 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"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"
},
"scripts": {
"postdeploy": "php artisan migrate"
}
}