Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to push modifications on website

Francois Grondin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 19, 2024

Hi,

I'm new to this platform and I'm trying to figure out things, but I can't find something. 

I make some changes in the code, hire, but those changes don't appear on the live website. Do I have to push them once I saved them? If yes, how do I do it?

 

Thanks in advance,

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 23, 2024

Hi Francois and welcome to the community!

If you are hosting a website on another provider, then yes, you will need to copy/deploy the website's source code to this server. This is typically done with a CI/CD tool and the way you push depends on what that server supports (it might be ftp, sftp, scp, rsync).

Bitbucket offers such a CI/CD tool, it's called Pipelines:

You can use Bitbucket Pipelines either on Atlassian's infrastructure, or if you have a server where you can run builds, you can use a self-hosted runner:

If you use Pipelines on Atlassian's infrastructure or with a self-hosted Linux Docker runner, you can use one of the pipes to deploy (depending on what is possible with the hosting server):

If you use a Linux Shell, MacOS, or Windows runner, the builds will run on Bash (Linux Shell and MacOS) or PowerShell (Windows) on the host machine. So, any tools you need to use (e.g. rsync, ftp, scp, etc) need to be installed on the runner's host machine.

Please feel free to reach out if you have any questions.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events