Xenio wrote: [... > My understand was that Capistrano takes the files from my dev box, > puts it on my github account, then has the production server pull the > files from the gthub account. Is this correct?
You can certainly use Cap any way you like, but this is a strange workflow. In particular, Cap shouldn't be pushing your code to GitHub -- that's simply a version control task that has nothing to with deployment. It should only be pulling the code to the production server and doing other setup tasks on the production box. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

