Skip to content

cedrox/WordPressVSTS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress VSTS CI/CD

This is a sample wordpress project that can be use in order to setup a VSTS CI/CD pipeline.

Under 'html' folder – sample WordPress files.
Under 'db' folder you will find initial db schema and data that you can use.

You can build a new docker image using this Dockerfile and then docker run it using the following command:
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.3%