Database Migrations and Kamal

Hi all,

I’m deploying a ServiceStack-based Blazor Server app using Kamal for container-based deployment. Everything is working well overall, but I’m trying to determine the best pattern for executing database migrations as part of the deployment process.

I think I answered my own question. The release github action will run migrations.

1 Like

FYI this is where the built-in GitHub Action + Kamal templates run the DB migrations:

1 Like