ansistrano / deploy

Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
https://ansistrano.com
MIT License
2.37k stars 343 forks source link

Allow symlinks in shared dir. #300

Closed dmitry-a-l closed 6 years ago

dmitry-a-l commented 6 years ago

One of our projects has symlynks in its shared dir (for compartiblity reasons). I think it's ok to allowing symlinks in shared dir (capistrano supports it without problems).

ricardclau commented 6 years ago

👎 This was discussed some time ago

Please check https://github.com/ansistrano/deploy/pull/208, https://github.com/ansistrano/deploy/pull/123 and https://github.com/ansistrano/deploy/pull/231 for reference

You can hack it temporarily in your edge case using what is discussed in https://github.com/ansistrano/deploy/pull/208

dmitry-a-l commented 6 years ago

Ok, thank you. So, if there are so many PR's exists it might be useful to describe this option in README.

dmitry-a-l commented 6 years ago

Oh, never mind ) I see description has already added to README.