The document describes RelayHealth's build and deployment system for a large codebase with over 7 million lines of code maintained by 12 development teams. It outlines the development life cycle which includes daily commits by developers, automated builds and testing, and weekly deployments to test and production environments. The automated build system utilizes CruiseControl.NET to continuously build releases from the code repository, run tests, and promote "green" builds to the test system. Deployments are managed through branching in the code repository and involve building, testing, and deploying code to stage and production environments without downtime. Planned changes include migrating to Team Foundation Server and tools for continuous integration and deployment.