What I'm trying to accomplish:
Merge code to Github
Jenkins sees the merge and builds the project
Deploy the project to IIS
Navigate to website and see the updated changes.
Sorry if this has already been asked but I have searched all day for a up-to-date tutorial on how to implement continuous integration and delivery with Github, Jenkins, ASP.NET MVC5, and IIS server.
I am pretty new to CI/CD. Could one of you point me to a tutorial that works? I want to learn how to do this so if you have any links to good documentation on the matter, that would be great.
Details:
I am using code first migrations with entity framework 6.
SQL database, Jenkins, and IIS are all on the same server.
Any help would be greatly appreciated