Added a one click deploy command

This commit is contained in:
Graham Campbell
2015-01-01 17:47:53 +00:00
parent fcf68b3aea
commit 981b5a055d
7 changed files with 131 additions and 13 deletions

View File

@@ -54,7 +54,7 @@
"post-install-cmd": [
"php artisan optimize",
"chmod -R 755 app/storage",
"php artisan migrate"
"php artisan cachet:one-click-deploy"
],
"post-update-cmd": [
"php artisan clear-compiled",