Regenerate the app key in app.php on deploy for #31

This commit is contained in:
James Brooks
2014-11-25 13:44:45 +00:00
parent 707ef5f557
commit 3ca9379fab

View File

@@ -10,6 +10,6 @@
"ENV": "heroku"
},
"scripts": {
"postdeploy": "php artisan migrate"
"postdeploy": "php artisan migrate; php artisan key:generate"
}
}