Latest Updates

Documenting code, one commit at a time.

Database 1 post
×

Automating Database Migrations in Your CD Pipeline with GitHub Actions

Introduction

In our AnaMVB57/learn-cicd-typescript-starter project, the goal is to build robust continuous integration and deployment workflows. A critical, yet often overlooked, aspect of a seamless deployment process is handling database schema changes. Manually running database migrations after every application deployment can be tedious, error-prone, and a significant bottleneck.

Read more