Capistrano certainly has it's roots in rails, but just like github it can be used with other stuff: http://weblog.jamisbuck.org/2006/9/21/capistrano-not-just-for-rails You may want to Google around a little bit, looks like there's a bunch of examples out there.
--tek On Thu, Sep 11, 2008 at 9:54 AM, Neil Lee <[EMAIL PROTECTED]> wrote: > > > > If you simply wish to deploy your site, you probably don't want to do > this > > automatically in a hook. Instead you should look into a deployment tool > > like Capistrano:http://github.com/guides/deploying-with-capistrano > > Pardon my ignorance, but isn't Capistrano specifically for deploying > rails applications? My site is a mix of PHP and static files. > > Basically what I'm looking for is a way to keep my live site in sync > with my git repo without having to actually install git on the live > server. > > Neil > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" 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/github?hl=en -~----------~----~----~----~------~----~------~--~---
