Skip to content

Instantly share code, notes, and snippets.

@RyanThompson
Created July 19, 2018 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanThompson/6406334ca210c47410c545549cfe3bf7 to your computer and use it in GitHub Desktop.
Save RyanThompson/6406334ca210c47410c545549cfe3bf7 to your computer and use it in GitHub Desktop.
"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