Deploying WordPress application using VSTS and Azure – part one

Community Manager

This post is the first part of two blog posts, describing how to setup a CI/CD pipeline using VSTS for deploying a dockerized custom WordPress website working with Azure WebApp for Containers and Azure Database for MySQL.

 

The main motivation for building a WordPress CI/CD pipeline is the fact that WordPress is limited in supporting dynamic configuration to allow easy modification between different environments. Some values are hardcoded in the WordPress MySQL database. This limitation causing a time consuming task which limits our ability to deploy fast and more frequently.

 

bd82c3a3-708f-49f3-b2e3-41ed47e3c86a.png

 

Read more about it in the Azure blog.

0 Replies