Don't chmod the public directory

This commit is contained in:
James Brooks
2015-02-27 08:15:35 +00:00
parent 062b6bedc8
commit 3fc6e0ba14

View File

@@ -64,13 +64,13 @@
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [
"php artisan optimize", "php artisan optimize",
"chmod -R 755 app/storage public", "chmod -R 755 app/storage",
"php artisan cachet:one-click-deploy" "php artisan cachet:one-click-deploy"
], ],
"post-update-cmd": [ "post-update-cmd": [
"php artisan clear-compiled", "php artisan clear-compiled",
"php artisan optimize", "php artisan optimize",
"chmod -R 755 app/storage public" "chmod -R 755 app/storage"
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"php artisan key:generate" "php artisan key:generate"