CI/CD for Matomo with Wodby CI
Accelerate your Matomo app development with Wodby CI
Wodby CI delivers seamless, out-of-the-box continuous integration for your apps. Benefit from an automated pipeline setup, simply consult our documentation on CI to quickly define your workflow. Powered by Wodby CLI, it intelligently gathers all stack information to determine exactly which services to build, ensuring consistent, error-free deployments while reducing manual intervention.
If you have multiple services with connected git repositories, there will be different build processes for each service.
The typical build process with Wodby CLI consist of 4 simple steps:
With Wodby CI you can define post-deployment scripts to run actions after the deployments such as migrations, cache clearing, etc.
Every buildable service automatically links to a git repository - whether it's a public template or your own, ensuring a solid foundation for continuous integration. Plus, you can customize image builds with service-specific Dockerfiles. This flexibility leads to a streamlined, scalable, and maintainable deployment process that saves time and reduces errors.
In Matomo the buildable services are:
- Matomo - source of git repository
- Nginx
- SSHD
If you have multiple services with connected git repositories, there will be different build processes for each service.
The typical build process with Wodby CLI consist of 4 simple steps:
- Init: this step will fetch information about your stack
- Build: build docker images for buildable services with the default Dockerfile provided by services (it's possible to use a custom Dockerfile and build only specific services)
- Release: push your docker images to the private Docker registry
- Deploy: trigger application deployment for the completed build
With Wodby CI you can define post-deployment scripts to run actions after the deployments such as migrations, cache clearing, etc.
See all available CI/CD solutions for this stack
Visit Matomo stack page to see all features.