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.
FYI this is where the built-in GitHub Action + Kamal templates run the DB migrations: