![Fork me on GitHub](https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png)
shared_paths
Symbolic link files that will be created to point to shared_path.
An array of files that the task deploy:link_shared_paths will enumerate to create symbolic links, each pointing to their corresponding file in the directory specified by the shared_path
setting.
set :shared_paths, ['config/database.yml', 'config/s3.yml']
See deploy:link_shared_paths for full example.