Browse Source

docs: rename overall section title

Co-authored-by: James Rose <james@jbpr.net>
pull/1041/head
SamSeed-Softwire 4 years ago committed by Sam Seed
parent
commit
0ab195c18a
  1. 2
      docs/infrastructure.md

2
docs/infrastructure.md

@ -122,7 +122,7 @@ After a sucessful deployment a comment will be added to the pull request with th
Once a pull request has been closed the review app infrastructure will be tore down to save on any costs. Should you wish to re-open a closed pull request the review app will be spun up again.
### Troubleshooting
### How to fix review app deployment failures
One reason a review app deployment might fail is that it is attempting to run migrations which conflict with data in the database. For example you might have introduced a unique constraint, but the database associated with the review app has duplicate data in it that would violate this constaint, and so the migration cannot be run. There are 2 main ways to remedy this:

Loading…
Cancel
Save