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: 

Build from a specific folder rather than entire repository

Kiran K
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!
June 29, 2016

git ftp init --user $USER --passwd $PASSWORD ftp://mydomain.com/public_html/ push the entire branch to the public_html. 

How can we only push specific directories from the branch.

Eg: My branch have the following directory structure

  • App
  • Data
  • DB

I want to push only App + DB to public_html.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
sbirgisson
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 Champions.
July 6, 2016

Hi @Kiran K, 

Looking at the documentation for git ftp, it looks like you can create a .git-ftp-ignore file with patterns of files to be ignored. That might help you. See documentation here: https://github.com/git-ftp/git-ftp/blob/develop/man/git-ftp.1.md#ignoring-files-to-be-synced

/Sigge

TAGS
AUG Leaders

Atlassian Community Events