Skip to content

rrolonNelson/nama-wordpress-cicd

 
 

Repository files navigation

Building WordPress using Azure DevOps and deploying to Azure App Service

Read my two articles about building custom WordPress solution and deploying it to Azure App Service at Azure Blogs
Part 1
Part 2

Solution Flow

Screen capture

Run docker image

docker run  -e DB_ENV_HOST=[your mysql db url]:[your mysql port number]   -e DB_ENV_USER=[your mysql db user name]  -e DB_ENV_PASSWORD=[your mysql db password] -e DB_ENV_NAME=[your mysql database name] -p 5000:80  -d [your docker image name]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.2%
  • JavaScript 23.5%
  • CSS 11.2%
  • Other 0.1%