Drop the app_name environment var in favour of settings

This commit is contained in:
James Brooks
2014-11-24 10:00:13 +00:00
parent 6478ca8571
commit 6d8c6b3a5d

View File

@@ -7,8 +7,7 @@
"keywords": ["cachet", "laravel", "status", "page"],
"addons": ["cleardb"],
"env": {
"ENV": "heroku",
"APP_NAME": "My Status Page"
"ENV": "heroku"
},
"scripts": {
"postdeploy": "php artisan migrate"