Files
n8n-docs/_snippets/source-control-environments/multi-instance-multi-branch-pros-cons.md
Deborah Barnard 2a7a66ec2a wip
2023-07-04 23:04:35 +01:00

322 B

The advantages of this pattern are:

  • An added safety layer to prevent changes getting into your production environment by mistake. You have to do a pull request in GitHub to copy work between environments.
  • It supports more than two instances.

The disadvantage is more manual steps to copy work between environments.