Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Getting started with continuous integration and WordPress

Getting started with continuous integration and WordPress

These are the slides from a talk given at WordCamp San Diego 2018.

Writing high-quality WordPress code is hard to do. It requires constant effort on our part and good self-awareness to know when we slipped up. But, if your business has any sort of success (which we all want!), you're going to work with more and more people. And many of them are likely to touch with your code.

This is going to put a strain on your development processes. It becomes harder to maintain a certain level of code quality. And you’re no longer the only person pushing code. You're now part of a team and you need a way to standardize all of the things you once did on your own.

That's the goal of continuous integration. It lets you automate your different development workflows from testing to deployment. This ensures that the quality of your code stays consistent.

This talk will go over the basics of continuous integration. We'll also go over some of the tools that are available. And then we'll finish by looking at how you put these tools together to create your own continuous integration environment.

You can read the companion article at: https://carlalexander.ca/continuous-integration-wordpress

Carl Alexander

April 14, 2018
Tweet

More Decks by Carl Alexander

Other Decks in Technology

Transcript

  1. WP-CLI is a great way to get started if you

    don’t have any A modern approach