You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Capistrano
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
Donovan Bray
unread,
Dec 7, 2009, 3:36:59 PM12/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to capis...@googlegroups.com
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.