E
E
elailasou2015-07-07 16:21:03
git
elailasou, 2015-07-07 16:21:03

What do you use instead of FTP to make changes to the server?

Sawing a project, developing it myself, uploading changes to a test server via FTP. Something tells me they don't do that anymore. What to use? Git? It seems possible with the help of hooks, and in general it seems not quite for this? How is this process generally correctly, fashionably called? Please tell us your methods.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
K
Konstantin Kruglov, 2015-07-07
@k0st1an

ssh, ansible. The first is to access and fill. The second is to automate the process.

S
Sergey, 2015-07-07
@Pjeroo

Why is git not suitable? Very suitable

T
Timur Ramazanov, 2015-07-16
@charlieWasp

How is this process generally correctly, fashionably called?

I think it's called Continious Integration(CI) :) More precisely, it's only part of this process. I use capistrano at work . I describe the characteristics of the server, the necessary tasks, after calling one command - and the code is sent to the server.
If you describe your tech stack, I think the tools will be more specific. As well as links / manuals, etc.

S
Sergey, 2015-07-07
@zenden2k

rsync + ssh

V
Vyacheslav Ovchinnikov, 2015-07-10
@ova777

Recently I answered a similar question How to develop a php project in a team?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question