R
R
Rodion Yurchenko2015-10-02 08:03:46
git
Rodion Yurchenko, 2015-10-02 08:03:46

How to organize communication between develop and production server?

Good afternoon!
There is a main server on DO (production server)
There is also a repository of the same server on BitBucket (develop server)
We work through sourceTree Tell me
how you can automate the transfer of data from develop to production server
Or How is this done in general?
Can eat what article on "equipment of a workplace"?
Advice not related to these particular servers and software is also welcome. In general, you need to do this: There is a development server, we check
all the features on it, etc.
something like

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
MasMaX, 2015-10-23
@aassdds

I use Jenkins as a CI system to pull changes from a repository, check them out, and deploy to a development or production server.
But for 1-2 sites, this is a bit cumbersome system. The best thing is if you have 10 projects or more.

S
Sergey, 2015-10-02
Protko @Fesor

Google:
continuous integration - as DevMan already said , for tests and project builds
continuous delivery - for deployment automation.

T
TyzhSysAdmin, 2015-10-02
@POS_troi

This question has been raised more than once on the toaster.
Also google for "Git + Deploy"
BitBucket is not a develop server but a repository server aka just a repository.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question