I want to use a bitpacket as an intermediate product between the local server and the server on which I am deploying.
I am using a Windows 2012 server and iis 8. I am working on an ASP.NET MVC 5 project.
Basically, I want to recreate the same working azure for continuous integration:
Work with the application locally, and then make changes to the master branch (optional) in the bitpack, then the server will synchronize with the main branch to reflect the changes.
I assume that the starting point would be to have a copy of the bitbucket repository on both the local and the live server, but I'm afraid of how to connect the local and live server to bitbucket.
source share