Skip to main content

8 docs tagged with "github actions"

View all tags

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.

CI/CD for Databases on GitHub Actions

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.

Integration tests with GitHub Actions

Learn how to run integration tests with GitHub Actions and Atlas. This guide covers setting up test databases, applying migrations, and ensuring your application works with an up-to-date schema using GitHub Actions workflows.

Set Up CI for Your Database with Atlas

Learn how to set up continuous integration (CI) for your database schema changes using Atlas Cloud and GitHub Actions. This guide covers prerequisites, creating a bot token, installing the Atlas GitHub CLI extension, and configuring the GitHub Action.