Hello all, I am having a problem where symlinks created by my deploy are being nested inside themselves.
For example I want to link 'shared/images' to 'current/images', but what I get is 'current/images/images/images/images/etc/etc'. One clue is that it looks like my 'create_symlinks' task is running twice. Can't figure out why. See the terminal output below. I am using railsless-deploy and am deploying an ExpressionEngine site. Here is my deploy.rb: https://gist.github.com/750157 Portion of terminal output: https://gist.github.com/750166 Thanks for any help out there! -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
