diff --git a/website/docs/docs/deploy/continuous-integration.md b/website/docs/docs/deploy/continuous-integration.md index 70aa877d851..546cc0dace8 100644 --- a/website/docs/docs/deploy/continuous-integration.md +++ b/website/docs/docs/deploy/continuous-integration.md @@ -34,7 +34,7 @@ If your git provider has a native dbt Cloud integration, you can set up [continu | **Git provider** | **Native dbt Cloud integration** |**Automated CI job** |**Git import with URL**| **Information**| | -----------------| ---------------------------------| -------------------------------------------|-----------------------|---------| |[Azure DevOps](/docs/cloud/git/setup-azure)
| ✅| ✅ | ✅ | Organizations on the Team Plan can connect to Azure DeveOps via deploy key. Note, you won’t get the automated CI jobs but you can still develop.| -|[GitHub](/docs/cloud/git/connect-github) | ✅ | ✅ | ✅ | +|[GitHub](/docs/cloud/git/connect-github)
| ✅ | ✅ | ✅ | |[GitLab](/docs/cloud/git/connect-gitlab) | ✅ | ✅ | ✅ | |All other git providers imported with a [git URL](/docs/cloud/git/import-a-project-by-git-url) ([BitBucket](/docs/cloud/git/import-a-project-by-git-url#bitbucket), [AWS CodeCommit](/docs/cloud/git/import-a-project-by-git-url#aws-codecommit), and others)| ❌ | ❌ | ✅ | Refer to the [Customizing CI/CD with custom pipelines](/guides/custom-cicd-pipelines?step=1) guide to set up CI/CD.|