This document describes the continuous deployment process implemented at Gozengo, an online vacation shopping site. They chose to implement CD from the start to push code changes quickly, make developers responsible for testing, and allow for rapid iteration. Their process involves GitHub, Selenium tests using Ruby/RSpec/page objects, Jenkins, and SauceLabs. Developers test locally and in sandbox environments before code is deployed to staging where critical path tests run. If passing, code is deployed to production using Hubot. Challenges included managing deploy access and determining developer testing responsibilities.