What is the process of push code from bitbucket server to web server ?
Hi Binayak,
There is no way to push code from Bitbucket Server to your web server - instead you'd either set up a CI/CD tool such as Bamboo to pull code from Bitbucket Server and push that to your web server whenever new code is available, or you'd have a cronjob perhaps on the webserver that calls git to pull the code from Bitbucket Server.
Cheers,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.