Biology, asked by mondalargha7907, 1 year ago

In a normal scenario software from branch is deployed to production

Answers

Answered by adityakumar88899
0
 Answer:

All projects which need to be kept in different deployed server environments will have two branches: master and development. The master branch will be the branch with the latest production version. The development branch will contain all active development.

Our CI will be hooked up to both the development and master branch. When the development branch is updated, a build will be created and then deployed to the development server. QA will be performed on the development server. Once the QA is done, the development branch will be merged to the master branch.

When the master branch is updated, a build will be created and then deployed to the staging server. From the staging server someone will need to promote the build to production. This extra step is done to ensure that nothing goes in production that shouldn't be there.

When hot fixes need to happen, a branch of master will be created, developed on, and once that hotfix has been tested locally it will be merged back into the master branch. Here someone can test the hotfix in the staging environment and from there promote it to production.

Answered by topanswers
0

In a normal scenario, software from development is deployed to production.

Here the correct answer for your question is development.

The process of developing a software involves various stages and procedures. The process that involves are assembling the system, transferring the codes to the computer and execution. Deploying a developing software will result knowing the pros and cons of the software.

Read more in brainly:https://brainly.in/question/4867840

Similar questions