This document discusses continuous integration (CI) and continuous delivery (CD) workflows for CFML applications. It provides an overview of key concepts like automated building and testing of code commits, encouraging short-lived feature branches, and maintaining deployable software. The document also outlines historical challenges with CFML servers and lack of testing tooling. It then introduces several popular CI/CD platforms like Jenkins, Travis CI, GitLab, and Bitbucket Pipelines that can now be used for CFML applications thanks to CFML-compatible CLI tooling.