Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Build from a specific folder rather than entire repository

Kiran K 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

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 Leaders.
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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events