Answer the question
In order to leave comments, you need to log in
How to deploy a website when there is no direct access to the GIT repository?
The production version of the site is hosted on a remote VDS. Development is carried out within the corporate network, the GIT repository is also located there. Developers work with the repository within the network, there are no problems with this. The problem arises when you need to upload fresh changes from the repository to the site. The company policy does not allow access to the corporate network from outside (for VDS access to the repository), it is also impossible to host code on repositories of third-party services (GitHub, Bitbucket).
How in such conditions, you can organize the update of the site from the repository?
Answer the question
In order to leave comments, you need to log in
The remote VDS can act as a remote git server. Then any developer will be able to git push to the server.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question