CI/CD¶
Wodby 1 supports direct Git deployment and container-image builds through third-party CI tools.
Choose a deployment workflow¶
- Direct Git deployments pull code from a connected repository and can run automatically on pushes. This workflow is available for Drupal and WordPress stacks and their forks.
- Third-party CI uses the Wodby CLI to initialize, build, release, and deploy service images. Use it when you need dependency installation, tests, or a custom stack with CI-enabled services.
Configure your pipeline¶
- Choose a deployment workflow for your app instance.
- For CI builds, create an API key scoped to the app's organization and store it in your CI provider's secret settings.
- Build your service images and release them to Wodby's registry or an external registry. Add a container registry integration when deploying images from a private external registry.
- Deploy the build and configure post-deployment scripts if your PHP stack needs them.
Manage builds¶
See build-image retention to clean up unused images and deploying a previous build to release saved service images again. Registry storage is covered under Billing.