← Back
Milan Jovanovic February 6, 2025 33s

Deploy your Database Migrations with EF Migration Bundles

Summary

This transcript discusses efficiently applying EF Core database migrations within a CI/CD pipeline using a GitHub Actions workflow. It details the process of setting up the EF Core CLI, creating migration bundles with specific arguments for project and context, and ultimately generating an executable to apply migrations with a connection string. The practical takeaway is a streamlined and automated approach to managing database schema changes in a deployment process.

View original episode ↗