Skip to content

yaprigal/WordPressVSTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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