Hi All
I am new to Bitbucket. My Team is looking at option to Deploy Code to On-Prem Server. is it possible using Bitbucket
Hi Vinny and welcome to the community!
If you use Bitbucket Pipelines to run deployments and the builds run in Atlassian infrastructure, you can deploy to your on-premise server as long as the server is accessible from Bitbucket Pipelines build environments.
If the server you want to deploy to is behind a firewall, you would need to allowlist the IP ranges mentioned on the following page, section "Valid IP addresses for Bitbucket Pipelines build environments":
Instead of builds running in Atlassian infrastructure, you could also use a Runner. Runners allow you to run builds in Pipelines on your own infrastructure, and you won’t be charged for the build minutes used by your self-hosted runners.
If the server where you use a Runner is behind a firewall, you will need to allowlist the IPs mentioned on this page:
Please feel free to reach out if you have any questions.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.