Trigger the release automatically
In this recipe, you will learn how to configure continuous deployment to an environment. In your project, you can configure a Dev/Staging or any other preproduction environment and configure continuous deployment to streamline the deployment process.
In general, it is not recommended that you configure continuous deployment to the production environment. However, it might depend on various factors and requirements. Be cautious and think about various scenarios before you configure continuous deployment to your production environment.
Getting ready
Download and install the Postman tool if you have not installed it yet.
How to do it...
- By default, the releases are configured to be pushed manually. Let's configure continuous deployment by navigating back to the
Pipelines
tab and clicking on theContinuous deployment trigger
, as shown here:

- As shown in the following figure, enable the
Continuous deployment trigger
and click onSave
to save the changes:

- Navigate to...