Slides: Continuous Integration Zero to Infinity

by Pete Freitag

It was great to be able to present at the Into The Box 2020 conference again this year. Here are the slides for my talk: Continuous Integration Zero to Infinity.

The example app, and example Github Actions code can be found in the github repository: foundeo/cfml-ci-examples.

The final example Github Action does lots of stuff automatically every time you commit code to the github repository:

The source code for all those steps to run on your CFML / ColdFusion code are listed in ci.yml.

The code and examples for my keynote session on running CFML tasks and CI tools with Minibox here. Minibox is actually used quite a bit in the CI workflow above as well.

The Fixinator Code Security Scanner for ColdFusion & CFML is an easy to use security tool that every CF developer can use. It can also easily integrate into CI for automatic scanning on every commit.