Chmod the public dir too for Heroku

This commit is contained in:
James Brooks
2015-01-29 13:32:43 +00:00
parent 63a9b72ca3
commit 30687c83c5

View File

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