This document discusses continuous deployment and how Disqus implements it. It involves committing code changes to a master branch which then triggers an automated integration and deployment process. Failed builds are reported, while successful builds automatically deploy the changes. Rollbacks can also be performed if needed. The document outlines Disqus' development, testing, deployment, and reporting workflows and tools like Gargoyle, Sentry, Jenkins, Fabric and Graphite. It discusses challenges around stability, testing coverage, scaling and database changes.