P
P
Pavel2015-06-27 09:45:37
git
Pavel, 2015-06-27 09:45:37

How is it more convenient to deploy with git if there is only ftp?

There are many small projects, simple html pages\landings or a couple of pages that can only be connected via ftp, tell me how it is more convenient to connect this business with git?
Now I have something like this:
a repository on a localhost with a copy of the site , I
edit files directly on ftp
, when I need to make a commit, I download the entire project to my repository (so as not to look for which files I ruled),
I commit.
It's just a sad system that takes a lot of time :(

Answer the question

In order to leave comments, you need to log in

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

git-ftp or use continuous integration, which supports deployment via FTP, although each of them knows how to do this, I guess.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question