I've had this happen to me, I found that it was the remote_cache had been corrupted. Deleting the remote_cache on the server and redeploying resolved the problem for me.
On Mon, Dec 7, 2009 at 8:04 AM, Josh6847 <[email protected]> wrote: > I successfully deployed an RoR app using capistrano and passenger. I > just have a quick tidbit that I am curious about... > > I deployed 2 apps - one is the prod app and the other is the dev app > > I have my shell set to where it shows what branch I am using. Once > deploying using cap, the dev app switches to branch "deploy", and the > prod app stays as "master". Every other cap deployment I have seen, > the branch changes to "deploy". > > Any ideas as to why the prod app does not switch to "deploy"? Should I > just remove the app and re-deploy? Everything seems to be working > fine, just curious what the difference is. > > Thanks, > > Josh > > -- > * 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 -- * 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
