Forums

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

is it possible to push ur project on live server ?

Deleted user December 7, 2018

I am using bitbucket with source tree I have pushed one of my project in a bucket and using source tree I make changes on it from my local machine but is it possible that the changes I push to bucket automatically get pushed on my server where I am hosing my project? if yes then how can I do that >

1 answer

0 votes
Yogesh Mude
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 7, 2018

HI @[deleted]

Welcome to the Community!

automatically get pushed on my server where I am hosing my project? 

Is this project is nothing but repository on bitbucket server?

if so then you can but you need to first check out the respective branch and then you need to push the changes to the remote.

1. add the changes 

$ git add .

2. commit the changes

$ git commit -m <commit message>

3. push the change to the remote branch

$ git push
Deleted user December 7, 2018

hello yogesh mude thankyou for your response 

 

and it's a website code I want it to be pushed to the server where I an hosting it is it possible through the way you suggested?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events