1. SeeClickFix has developed a solution for deploying Rails applications multiple times per day reliably without human involvement using Chef to build application servers that automatically pull code from GitHub and deploy themselves.
2. Their deployment process involves developers merging code to a develop branch which deploys to a test environment, passing Travis CI tests before being merged by Travis to the master branch which then deploys to production.
3. Their solution scales well with no complicated setup, holds no developer consoles during deploys, and uses the GitHub merge button and CI job queue to deploy code to production automatically.