Environment auto-update
Enabling the auto-update feature
You can choose whether Components (Applications or Services) will auto-update/auto-deploy when new Git commits become available. This is really useful for keeping your Environments up-to-date with work of colleagues.
1. Select your environment in the Bunnyshell interface.
2. Click the Settings button. The settings for the selected environment are displayed.
3. In the General Settings section, toggle on the Auto-update option. This option is automatically saved by Bunnyshell.
4. Click Save changes.

See it in action
Go to your Git repository and merge a PR in the branch which is set for one of the components.
Go back to the Bunnyshell UI. Congratulations! Your environment was automatically updated.
Environments are automatically updated only if they were deployed at least once successfully and are not currently stopped. If an environment is stopped at the time when a git webhook is received, it will be redeployed the next time the environment is started.
Updating components manually
If you chose to have auto-update disabled, you will be able to update manually, and this is how it will look like:

Last updated
Was this helpful?