I am new to Capistrano
and I saw there is shared folder and also option :linked_files
. I think shared folder is used to keep files between releases. But my question is, how do files end up being in the shared folder?
Also, if I want to symlink another directory to the current directory e.g. static folder at some path, how do I put it at the linked_dirs
?
Lastly how to set chmod 755
to linked_files and linked_dirs.
Thank you.