Created
July 19, 2018 17:30
-
-
Save RyanThompson/6406334ca210c47410c545549cfe3bf7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"post-update-cmd": [ | |
"chown www-data:www-data . -R", | |
"find storage -type d -exec chmod 755 {} \\;", | |
"find storage -type f -exec chmod 644 {} \\;", | |
"chmod gu+w -R storage bootstrap/cache public/app" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment