Library PHP Tek 2023 Build and Release Confidently with Continuous Integration and Delivery
Build and Release Confidently with Continuous Integration and Delivery

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Build and Release Confidently with Continuous Integration and Delivery

Steve Grunwell Steve Grunwell PHP Tek 2023 Intermediate (some prior knowledge necessary) Standard (50 minutes)

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!