Change branch for an app
Introduction
The Git branch of an environment component can be changed in two ways:
From the UI
From the
env.yaml
file
Using the main Bunnyshell interface
1. Log in to your Bunnyshell account.
2. Access your desired environment.
3. Click the Options button corresponding to the component you want to edit.
4. Select Change branch.
5. Type the name of the new branch, then click Change branch.

Using the env.yaml configuration.
The path at which it resides is components.SERVICE_NAME[*].gitBranch
, as indicated in the screenshot below.

Last updated
Was this helpful?