Promoting a release to the next environment
Promote a release to deploy it to the next environment in the development life cycle.
For example:
- Once you have finished building the release in the development environment, you can promote the release to the test environment and test the flows in the release.
- Once the release has been tested and is ready to go live, you can promote it to the production environment.
You can only promote a release forward to the next environment. You must roll it back to undo and remove a release from the current environment. For more information, refer to Rolling back a release.
After creating a release, promote it to the test environment by following these steps:
-
Navigate to the Environments page.
-
Locate the release you created that is automatically deployed to the Development environment.
-
Expand the release details and click on Promote to Test.
-
System checks for MCR nodes.
-
If the target environment has an MCR node configured, the system notifies that node to download and deploy the release.
-
If multiple nodes are associated, the system notifies each node in sequence.
-
If no MCR node is configured for the environment, the release is deployed to the cloud runtime by default.
-
-
The Flow design-time modal waits for a success message from the MCR node.
-
On success, you will view the
Promote release successfulmessage. -
On failure, the screen returns an error notification at the bottom right of the screen.
-