Hey, we want to track my web site changes through GIT repository. now we are using BITBUCKET for this . how could we connect this thing to WINDOWS VPS Server . Could you please provide me help for that ?
Hello Sameera and welcome to the Community!
Your idea to use BItbucket with your GIT repository to store your web development changes is a great idea. For this Bitbucket would be your code repository for all of your website development files. Once you have your code stored within Bitbucket you, have a few options.
Using Bitbucket pipelines would allow you to deploy your Bitbucket repository to Azure resources. You can find more about integrating Bitbucket and Bamboo at Deploy to Microsoft Azure.
If you’re looking for something more specific with integrated Bitbucket and Azure resources, please let us know the example you’re looking for.
Regards,
Stephen Sifers
Thanks @Stephen Sifersfor your support. actually , i wanna push my code to my own server . no need to push this one to azure or any 3rd party cloud service.
do i need to use pipeline feature for that ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello again Sameera,
You can use Bitbucket pipelines to deploy to multiple items. You may find the full list of deployments within the documentation at Deployment guides.
Within there you should be able to find a deployment method that will meet your requirements for a local server.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.