G
G
gaparchi2015-02-25 02:38:41
git
gaparchi, 2015-02-25 02:38:41

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

3 answer(s)
G
gaparchi, 2015-03-03
@gaparchi

Found this solution - git-ftp . It's in the ubuntu repository.

V
Viktor Koltcov, 2015-02-25
@Vityarik

The remote VDS can act as a remote git server. Then any developer will be able to git push to the server.

S
Sergey Romanov, 2015-02-25
@Serhioromano

Try flightplan.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question