Answer the question
In order to leave comments, you need to log in
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
Usually, hooks are configured in git on the server, depending on the branch, you can deploy to one or another server
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...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question