Remove chmod script
This commit is contained in:
@@ -77,8 +77,7 @@
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize --force",
|
||||
"php artisan config:cache",
|
||||
"php artisan route:cache",
|
||||
"chmod -R 755 storage"
|
||||
"php artisan route:cache"
|
||||
],
|
||||
"pre-update-cmd": [
|
||||
"php artisan clear-compiled"
|
||||
@@ -86,8 +85,7 @@
|
||||
"post-update-cmd": [
|
||||
"php artisan optimize --force",
|
||||
"php artisan config:cache",
|
||||
"php artisan route:cache",
|
||||
"chmod -R 755 storage"
|
||||
"php artisan route:cache"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user