/wordpress-bitbucket-pipelines

🐳 Docker Image for building and deploying WordPress projects

Primary LanguageShellApache License 2.0Apache-2.0

wordpress-bitbucket-pipelines

🐳 Docker Image for testing and deploying WordPress projects through Pipelines

Originally based on github project peakshift/wordpress-bitbucket-pipelines

Kick it off Locally

docker build -t terriann/wordpress-bitbucket-pipelines:latest .
docker run -d terriann/wordpress-bitbucket-pipelines

To push an update to Dockerhub

This could be automated with webhooks but I'm not quite sure how.

docker push terriann/wordpress-bitbucket-pipelines