How to Deploy with Git and Capistrano
If you’ve read my Getting Started with Git and GitHub article and you’re interested in integrating Git into your website deloyment workflow, then I recommend you take a look at Deploying ExpressionEngine with Git and Capistrano, a recent article from Shape Shed.
If you’re not familiar with Capistrano, it’s a Ruby-based deployment tool that was developed for use with Ruby on Rails. I’ve used it in the past to deploy ExpressionEngine websites using SVN, but this using Git is a nice twist. This is a great resource for those serious about deploying EE websites in a more advanced way.