Answer the question
In order to leave comments, you need to log in
How to make a quick rollout to production?
Colleagues, good Sunday everyone.
Who decides how to roll out new releases (code and | or database) into a live project?
We use git now, but merge conflicts are very slow and users are not good :(
Yes, and we constantly have to do export / import.
Thank you all for the answers.
Answer the question
In order to leave comments, you need to log in
merge conflicts are very slow
> We use git now, but merging conflicts are very slow and users are not good :(
Judging by this phrase, you are doing something wrong.
Are you doing merging directly on the production machine? Otherwise, how do users know you had conflicts merge, or not?
Do you have a test environment where you push a branch before it goes into production? If not, be sure to implement.
Do you have automated testing? If not, implement at least basic smok tests.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question