Triggering a release automatically
In this recipe, you will learn how to configure continuous deployment for an environment. In your project, you can configure development, staging, or any other pre-production environment and configure continuous deployment to streamline the deployment process.
In general, it is not recommended to configure continuous deployment for a production environment. However, this might depend on various factors and requirements. Be cautious and think about various scenarios before configuring continuous deployment for a production environment.
Getting ready
Download and install the Postman tool if it's not installed yet.
How to do it…
To configure continuous deployment, we'll perform the following steps:
- By default, the releases are configured to be pushed manually. Let's configure continuous deployment by navigating back to the Pipeline tab and clicking on the Continuous deployment trigger button, as shown in Figure...