stevegrunwell / intro-to-ci-cd

Slides for "Build and Release Confidently with Continuous Integration and Delivery"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and Release Confidently with Continuous Integration and Delivery

Continuous Integration (CI) and Continuous Delivery (CD) are the Holy Grail for software development teams: no matter who pushes the feature, the same tests are run, the same processes are followed, and nothing gets released without satisfying well-defined quality standards.

Unfortunately, setting up that initial CI/CD workflow can be a bit daunting for teams that don’t have an experienced DevOps engineer.

Fear not, my dear developers! This talk breaks down the basic concepts of continuous integration, continuous delivery, and how to integrate them into your team’s workflow. Whether you’re working on a small side project or your next big idea, CI and CD can make the journey better.

For this talk, we’ll be using GitLab’s (free) CI/CD pipelines, but the principles translate well to any major CI/CD platform!

View slides

Resources

Presentation History

About

Slides for "Build and Release Confidently with Continuous Integration and Delivery"


Languages

Language:CSS 36.2%Language:HTML 22.6%Language:CoffeeScript 20.3%Language:SCSS 12.3%Language:JavaScript 8.6%