The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

need help for pulling the changes from server if made directly

test rootways
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!
February 11, 2019

I am using bit bucket like I have a clone repository and I push changes I made on local on my bucket repository and from bucket i am using pipeline to push the changes to the live FTP server ,i have one team-mate working directly on ftp server using filezilla he makes changes in some files which are to be needed to be pulled to the bucket repository and local clone repository is there any way to achieve above things ? using pipeline or anything ?

 

i have got somewht idea like this 

pipelines:
  branches:
    master: 
      - step:
          script:
            - #FTP command to fetch files from your server
            - git add --all
            - git commit -m "git FTP merge"
            - git push

 

wht command i sud write insted 

#FTP command to fetch files from your server

and yes iff this is not proper way suggest one  

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events