You have a permission error. Check that the user in your cap deploy.rb file has write access to the location below. Also, double check that ~ is expanding to the home directory you really mean. I suggest it is generally safer to code a specific path - and not rely on ~ to expand to what you expect it to.
On Mon, Dec 24, 2012 at 10:37 AM, Mandeep Kaur <[email protected]> wrote: > * [err :: myapp] chmod: cannot access > `~/public_html/refinery/myapp/releases/20121224173614' > -- Cynthia Kiser [email protected] -- * 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
