Skip to main content

19 docs tagged with "ci/cd"

View all tags

Automate Database CI/CD with CircleCI Orbs

Learn how to use CircleCI Orbs to automate your database CI/CD workflows with Atlas. This guide covers migration planning, linting, applying, and monitoring workflows across MySQL, PostgreSQL, SQLite, SQL Server, and more.

Automate Database CI/CD with GitHub Actions

Learn how to use GitHub Actions to automate database schema migrations with Atlas. This guide covers setup, testing, linting, deploying, and integrating Atlas into your CI/CD workflows for MySQL, PostgreSQL, SQLite, and more.

Automate Database CI/CD with GitLab Pipelines

Learn how to use Atlas CI/CD components in GitLab pipelines to manage database schema changes. This guide covers migration planning, linting, applying, and monitoring workflows across MySQL, PostgreSQL, SQLite, SQL Server, and more.

CI/CD for Databases on GitHub Actions (Declarative)

Learn how to integrate Atlas with GitHub Actions to automate and manage database schema migrations. This guide covers both versioned and declarative workflows, including schema linting, migration planning, approvals, and deployment across multiple databases.

CI/CD for Databases on GitHub Actions (Versioned Migrations)

Learn how to integrate Atlas with GitHub Actions to automate and manage database schema migrations. This guide covers both versioned and declarative workflows, including schema linting, migration planning, approvals, and deployment across multiple databases.

CI/CD for Databases with Azure DevOps and GitHub

Learn how to integrate Atlas with Azure DevOps pipelines triggered by GitHub repositories. This guide covers setting up cross-platform CI/CD workflows for database schema migrations with GitHub-hosted code and Azure DevOps execution.

CI/CD for Databases with Azure DevOps Repos

Learn how to integrate Atlas with Azure DevOps Pipelines triggered by Azure Repos pull requests. This guide covers setting up complete CI/CD workflows for database schema migrations with code hosted in Azure DevOps repositories.

Setup CI/CD for Declarative Migrations

Learn how to set up continuous integration and continuous deployment for your database schema migrations with Atlas. This guide covers CI (schema planning, pre-approval, ad-hoc approval, schema push) and CD (per-environment deployment) workflows for declarative migrations.

Setup CI/CD for Versioned Migrations

Learn how to set up continuous integration and continuous deployment for your database migrations with Atlas. This guide covers CI (linting, diff generation, testing, registry push) and CD (per-environment deployment) workflows.