Deploying with git-deploy

1 · Ariejan de Vroom · Oct. 31, 2013, midnight
I’ve blogged before about deploying Rails applications. Normally I opt for using capistrano, as it provides all the features I need and is pretty easy to customize if needed. One of my previous strategies was to use capistrano to checkout a branch on a remote server, and git fetch that branch upon a new deployment. The problem with capistrano, however, is that it can be quite slow from time to time....