Skip to content

Commit

Permalink
update callout and clarify title to blog (#6001)
Browse files Browse the repository at this point in the history
this pr updates the title so it's clear it's for dbt core users. and
also adds a callout to link to a bitbucket guide for dbt cloud users.

[internal slack
thread](https://dbt-labs.slack.com/archives/C06V62247K5/p1725345980389369?thread_ts=1725334647.490049&cid=C06V62247K5)
  • Loading branch information
mirnawong1 authored Sep 3, 2024
1 parent ea9f88b commit 6eb12f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/blog/2022-04-14-add-ci-cd-to-bitbucket.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Slim CI/CD with Bitbucket Pipelines"
title: "Slim CI/CD with Bitbucket Pipelines for dbt Core"
description: "How to set up slim CI/CD outside of dbt Cloud"
slug: slim-ci-cd-with-bitbucket-pipelines

Expand All @@ -12,6 +12,11 @@ date: 2022-05-06
is_featured: true
---


:::info Set up CI/CD with dbt Cloud
This blog is specifically tailored for dbt Core users. If you're using dbt Cloud and your Git provider doesn't have a native dbt Cloud integration (like BitBucket), follow the [Customizing CI/CD with custom pipelines guide](/guides/custom-cicd-pipelines?step=3) to set up CI/CD.
:::

Continuous Integration (CI) sets the system up to test everyone’s pull request before merging. Continuous Deployment (CD) deploys each approved change to production. “Slim CI” refers to running/testing only the changed code, [thereby saving compute](https://discourse.getdbt.com/t/how-we-sped-up-our-ci-runs-by-10x-using-slim-ci/2603). In summary, CI/CD automates dbt pipeline testing and deployment.

[dbt Cloud](https://www.getdbt.com/), a much beloved method of dbt deployment, [supports GitHub- and Gitlab-based CI/CD](https://blog.getdbt.com/adopting-ci-cd-with-dbt-cloud/) out of the box. It doesn’t support Bitbucket, AWS CodeCommit/CodeDeploy, or any number of other services, but you need not give up hope even if you are tethered to an unsupported platform.
Expand Down

0 comments on commit 6eb12f4

Please sign in to comment.