P
P
Pavel2015-06-27 19:20:24
git
Pavel, 2015-06-27 19:20:24

Who can help set up Push Git to FTP using SourceTree?

There is an article eppz.eu/blog/git-to-ftp which almost shows on the fingers how to use the whole thing.
I set up git-ftp via console and tested successfully, but in SourceTree I can't get it to work.
Can anyone share their experience? Maybe there scripts are not working or something ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor, 2015-06-27
@mrusklon

And what exactly does not work, what error does it give?
Everything seems to be described there.
I just made a bat file like this:

cd $1
git ftp push

Then in Custom Actions I specified the path to it and the transfer of the $REPO parameter.
If it works through the console, it should work through SourceTree as well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question