DE{CODE} 2021 – How to Best Leverage CI/CD for Your Team

I had the pleasure of speaking with Sarah Ricker, Peter Suhm and Carl Alexander about their experience using CI/CD to deploy code reliably as an automated process at WP Engine’s DE{CODE} Virtual Event for Developers. If you didn’t get a chance to watch the session live you can still watch the recording.

Using Aliases to Sync Databases Across Development Environments

One of the common tasks that web developers run on a regular basis is syncing development sites with a live site to ensure that the data is the same. Using WordPress aliases it is possible to reference a site from the command line that is on a remote server without changing directories. I combined aliases with a few quick WP-CLI commands to create a simple and repeatable way to pull a production database to a local or staging site. These commands can be run one by one, but the simplest method I’ve found is to create a shell script, make … Continued

Speaker Announcement – WordCamp Edinburgh 2018

I’m excited announce that I’ve been selected to speak at WordCamp Edinburgh on November 17th – 18th @ Codebase. I have always been interested in the idea of using Aliases with WP-CLI and will spend some time exploring how to configure Aliases to make it easier to run commands on remote WordPress sites. I traveled to Edinburgh earlier in the year and passed by Codebase on the way to the Castle. I thought it looked like a great spot to work. I am extremely happy to know that I’ll spend some time there for WordCamp. I’m looking forward to a … Continued

SSH Gateway on WP Engine

This is been one of the most asked about features for WP Engine to add and I’ve been super happy to watch this progress from beta to general availability. More details are available on the WP Engine blog if you want to know more details and specifics.

#WPLDN Wrap Up and Offer

Many of you stopped in to #WPLDN this past week where I spoke on CI and Deployment. I had an awesome time talking about my deployment and CI strategy with WordPress and I have posted my example script that I showed during the demo. WP Engine has a discount offer available to all attendees of #WPLDN that gives you 50% of your first month of shared hosting on. If you are interested in taking the platform for a spin, please apply the code WPLDN18 during the checkout process. Please take a look at my slides if you want a recap … Continued