P
P
perpetuumjunior2019-07-05 16:00:44
git
perpetuumjunior, 2019-07-05 16:00:44

Is the infrastructure scheme for working with code repositories correct?

Is this work/infrastructure scheme correct for multiple developers to work on the same php project (laravel, if that matters)?
5d1f495f3ab76453389162.png
Do I understand correctly that for developers, local repositories should be merged into bare, which should immediately be deployed to the test one by some tool (what???)
It’s not the little things that are of interest, but the approach to the infrastructure and testing/deployment tools. Please share your practices and approaches.
ps no, there is no devops engineer and will not be

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2019-07-05
@perpetuumjunior

Devops are practices, nothing more. If you don't have it in any form, then you can't even have repositories.
In general, developers only have a copy of the repository locally. Read about the git branch and the gitflow approach in general.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question