-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rolled in changes - moved "Availability of features by Git provider" …
…further up pages
- Loading branch information
1 parent
d379a4b
commit d9aea94
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,10 @@ In dbt Cloud, you can import a git repository from any valid git URL that points | |
## Git protocols | ||
You must use the `git@...` or `ssh:..`. version of your git URL, not the `https://...` version. dbt Cloud uses the SSH protocol to clone repositories, so dbt Cloud will be unable to clone repos supplied with the HTTP protocol. | ||
|
||
import GitProvidersCI from '/snippets/_git-providers-supporting-ci.md'; | ||
|
||
<GitProvidersCI /> | ||
|
||
## Managing deploy keys | ||
|
||
After importing a project by Git URL, dbt Cloud will generate a Deploy Key for your repository. To find the deploy key in dbt Cloud: | ||
|
@@ -138,10 +142,6 @@ If you use Azure DevOps and you are on the dbt Cloud Enterprise plan, you can im | |
|
||
<Lightbox src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/d19f199-Screen_Shot_2020-03-09_at_4.13.50_PM.png" title="Enter and save the public key generated for your repository by dbt Cloud" /> | ||
|
||
import GitProvidersCI from '/snippets/_git-providers-supporting-ci.md'; | ||
|
||
<GitProvidersCI /> | ||
|
||
## Other git providers | ||
|
||
Don't see your git provider here? Please [contact dbt Support](mailto:[email protected]) - we're happy to help you set up dbt Cloud with any supported git provider. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters