Unmold Weekly #1: New CI Documentation
We have added a new CI documentation section to make it easier to publish Terraform and OpenTofu modules to Unmold from the CI systems teams already use.
The new guides cover the main publishing paths we support today:
These pages are grouped under the new CI Integration section in the documentation.
What is included
Each guide focuses on a practical publishing workflow and includes:
- the required
UNMOLD_API_TOKENsecret setup - a complete pipeline example
- examples for publishing from a subdirectory or the repository root
- guidance for publishing tagged releases
For GitHub Actions, the documentation covers the dedicated publish-module-action.
For GitLab CI, Bitbucket Pipelines, and Jenkins, the guides show how to publish with the CI-friendly Unmold CLI image.
Why this matters
Unmold is designed to fit naturally into CLI-first and automation-heavy workflows. These new docs make the supported CI paths explicit, reduce setup time, and give teams a clearer starting point for module publishing in their own pipelines.
If your platform is not covered yet, you can still publish through the Unmold CLI, and we would like to hear what integrations you want to see next in the Unmold community.