D
D
Dilik Pulatov2017-05-18 15:04:28
git
Dilik Pulatov, 2017-05-18 15:04:28

Git synchronization with hosting how?

Hello!
I heard in git there is such an opportunity,
for example, I have a project in git .... and I can connect my project with hosting ... that is, when I update something, it is also updated in the hosting ... on the account I don’t have FTP working...just doing my job and uploading to git.
how can this be done? I'm still new to git .... and I have Github Desktop on my computer right now

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Trakhimenok, 2017-05-18
@astec

You need to look at continuous integration (CI) systems. There are many different ones.
For example: CircleCI, Travis, etc
https://github.com/integrations/feature/continuous...

P
Puma Thailand, 2017-05-18
@opium

from a simple one, you put a git on the hosting,
you make a git clone and then when you need to update the git pool

A
Alexey Skobkin, 2017-05-18
@skobkin

This is called a "deploy".
You can do it either with the help of CI (Jenkins, Codeship, Travis etc), or you can set up your IDE so that it updates the data on the server when you commit.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question