Deploying Prisma Migrations via Github Actions
Do you use Prisma? Do you want to engage in proper practices? Well here's a post for you! In this post, we will discuss how to automatically deploy Prisma migrations with Github Actions.
Why would this be necessary?
Generally speaking, it's not a g...
blog.henrikvt.com3 min read
Jason Glover
25 years of Fullstack B2B SaaS software engineering (node, c#, AWS)
Handy article Hendrik. Can you help me understand this a bit deeper.
I'm curious why the double install?
And I don't think you explain this explicitly, but whats the thinking behind the generate and migrate jobs, when the migrate job contains the same steps as the generate.