Skip to content

Rollback procedure

Tom Withers edited this page May 21, 2019 · 2 revisions

Rollback procedure

Overview

As a team we have decided that Master should always be working. This means we will not fix forward with other commits if a build fails. Should a build fail during the deployment pipeline you should follow this guide and open a revert pull request as soon as possible.

Steps

  • Identify a failed deployment.
  • Identify the pull request responsible for breaking master.
  • Using GitHub, open a revert pull request
Clone this wiki locally