> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Continuous Deployment with Bolt

Continuous Deployment (CD) is a crucial aspect of modern data workflows, allowing you to automatically deploy your dbt™ models to production as soon as changes are merged. Paradime Bolt offers robust CD capabilities, seamlessly integrating with various version control and CI/CD platforms.

With Bolt's CD features, you can:

* Automate your deployment process
* Ensure your production environment always reflects the latest approved changes
* Reduce manual errors and save time in your data pipeline management

Bolt supports multiple integration options for Continuous Deployment:

<CardGroup cols={2}>
  <Card title="GitHub Native" href="/products/bolt/ci-cd/continuous-deployment-with-bolt/continuous-deployment" horizontal />

  <Card title="Azure Pipelines" href="/products/bolt/ci-cd/continuous-deployment-with-bolt/using-azure-pipelines" horizontal />

  <Card title="GitLab Pipelines" href="/products/bolt/ci-cd/continuous-deployment-with-bolt/using-gitlab-pipelines" horizontal />

  <Card title="GitHub Actions" horizontal />
</CardGroup>


## Related topics

- [Using Azure Pipelines](/products/bolt/ci-cd/continuous-deployment-with-bolt/using-azure-pipelines.md)
- [Using BitBucket Pipelines](/products/bolt/ci-cd/continuous-deployment-with-bolt/using-bitbucket-pipelines.md)
- [Using GitLab Pipelines](/products/bolt/ci-cd/continuous-deployment-with-bolt/using-gitlab-pipelines.md)
- [GitHub Native Continuous Deployment](/products/bolt/ci-cd/continuous-deployment-with-bolt/continuous-deployment.md)
- [Github Actions to Paradime Bolt](/guides/migrations/migrating-dbt-tm-jobs-from-github-actions-to-paradime-bolt.md)
