Skip to content

Instantly share code, notes, and snippets.

@scossar
Created May 1, 2015 01:30
Show Gist options
  • Save scossar/003c6c421a5eec7b58b2 to your computer and use it in GitHub Desktop.
Save scossar/003c6c421a5eec7b58b2 to your computer and use it in GitHub Desktop.
# The shared_children is a list of all files/folders in your project that need to be linked to a path in "/shared".
# For example a sessions directory or an uploads folder. They are created if they don't exist, with the type
# specified in the `type` key (file or directory).
# Example:
# project_shared_children:
# - path: "app/sessions"
# src: "sessions"
# type: "file" / "directory" // <- optional, defaults to "directory"
project_shared_children:
- path: web/app/uploads
src: uploads
- path: web/app/cache/wp-rocket
src: wp-rocket
- path: web/app/wp-rocket-config
src: wp-rocket-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment