P
P
pashaxp2015-11-02 10:54:07
git
pashaxp, 2015-11-02 10:54:07

Which git tool to use?

There is a gitlab server, and there are pre-prod and prod sites.
We need a tool with which you can select revisions and branches from a git repository, then "pour" it to different servers.
In fact, something connecting git on the one hand (the ability to do git clone), and ftp or ssh connection - on the other hand, to immediately upload the code.
What tool to use? Maybe there is a plugin for gitlab. Or php scripts, for example, are already in open source?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
I
inDeepCode, 2015-11-02
@inDeepCode

terminal

R
rutaka nashimo, 2015-11-02
@rutaka_n

capistrano, phing.

A
Andrew, 2015-11-02
@R0dger

Usually, hooks are configured in git on the server, depending on the branch, you can deploy to one or another server

A
Alexey Romanenko, 2015-11-02
@slimus

There are many things. Most likely you will not find anything ready, you will have to do it yourself. At home we use deployer.org
on a small project on a large ansible project Then google it. Differences between push\pull deploy mikemainguy.blogspot.ru/2011/08/push-versus-pull-d...

D
dmitriy, 2015-11-02
@dmitriylanets

this question has been asked a million times on the toaster

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question