dropshado.ws

Front-end development minutiæ

by David DeSandro

Archive
RSS feed
Twitter
GitHub Pages mirror

Deploying websites with Git

This method is so killer. I’ve never been able to get a handle of Capistrano, rsync, etc, so I can appreciate how easy this is get going. The hardest part for me was setting up Git on my server. Currently I’m employing the post-receive hook, which means I can push commits and then the server takes care of updating the site. I’m using this both on desandro.com and desandro.com/demo.

10 Jun 2011
  • git
  • desandro.com
  • @desandro
  • github.com/desandro
  • desandro’s JS Fiddles