Hacker News new | ask | show | jobs
by rhizome 4372 days ago
I deploy to $random-web-host from GitHub using Capistrano, what's the advantage here?
1 comments

Depends on your use case. Advantage is around performance, and that you don't have to focus on the devops part of deployments that Capistrano requires. You get full access to servers & free SSL for rails apps. Strong engineering support.