CI & deployment

I am looking to use jenkins for CI and capistrano for deployments. It seems whiskey_disk is also simple for deployment. Any recommendations here?

Thanks, Rog

Hi Rog, I've been using both for a few years. I'm happy with both. Capistrano, though, seems to be overkill in some situations, where I preferred to use only git and a new remote where to push to and a few hooks in the remote host.

Hope this helps.