diff --git a/docs/readme/introduction.mdx b/docs/readme/introduction.mdx index a199bbb67..fd924cc6e 100644 --- a/docs/readme/introduction.mdx +++ b/docs/readme/introduction.mdx @@ -25,4 +25,10 @@ Read more about differences with Atlantis in our [blog post](https://medium.com/ ## Compared to Terraform Cloud and other TACOs - Open source - No duplication of the CI/CD stack -- Secrets not shared with a third party \ No newline at end of file +- Secrets not shared with a third party + +## Support for other CI's + +We are currently designing Digger to be Multi-CI, so that in addition to GitHub Actions, you can run Terraform/OpenTofu within other CI's such as Gitlab CI, Azure DevOps, Bitbucket, TeamCity, Circle CI and Jenkins, while still having the option to orchestrate jobs using Digger's [Orchestrator Backend](https://docs.digger.dev/self-host/deploy-docker). + +Read more in this [blog](https://blog.digger.dev/how-we-are-designing-digger-to-support-multiple-ci-systems/), and please share your requirement on [Slack](https://bit.ly/diggercommunity) if you require support for other CI's. Your feedback/insight would help us a lot as this feature is in active development. \ No newline at end of file