Good night everyone;
Recently I configured a git server with several projects so that the developers can work on a single GIT server, but when the git client is used the developer needs to make a project clone of the corresponding git server of the corresponding project and when the project is done push of changes etc this goes to the GIT server, is there any way to make the push of the GIT client make the necessary changes and the GIT server push the 'upload changes' to client servers in production where applications actually stand? or a client in which connections are made similar to FTP so that you can work remotely on the server, the scenario would look like this.
push client > Shared GIT server project > push automation for server production clients.
Thank you.