D
D
Denis Labutin2015-03-03 21:08:19
git
Denis Labutin, 2015-03-03 21:08:19

[Git]How to properly organize the PHP application development process?

There are two servers, a repository on bitbucket, and a local server.
What you need:
1. I’m developing on local
2. There will be two branches Master and Test
2. When there is something to test, push to the repository on bitbucket in the test branch
3. The test branch is merged to the test server
4. We test, we look, everything works fine, we merge everything into master branch
5. Master branch is merged into the main server
correct approach?
And now how to organize all this? How to do automatic deployment?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan Kvashnin, 2015-03-03
@RussellKvashnin

habrahabr.ru/post/106912

D
dmitriy, 2015-03-03
@dmitriylanets

gitflow+bitbacket+codeship

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question