I have been looking into continuous deployment of my .net code first MVC project. For that I have used github action and later pushing it to the server thugh FTP transfer.
I am doing RnDs on how can we carry out db migrations too, but I did not get much documentation on how to achieve it. Should I be using migrate.exe and try ways to execute it on server?
I came across dbforge plugin for jenkins, that can execute sql commands. But not good documentation on that too, hence here to ask if anyone has achieved continuous deployment and migration on db on git hub push?
Any reference or answer to this is highly appreciated and thanks in advanve