Deployment Configuration
This guide explains how to configure the deployment process in your CI/CD pipeline. It covers selecting the environment and defining the deployment type.
Step 1: Navigate to the Workflow Configuration
- In the Workflow Details page, click on Deploy within the pipeline diagram to start configuring the deployment.
Step 2: Configure the Deployment Details
- The Configure Deploy panel will appear on the right side of the screen.
Step 3: Select Environment
- Select Environment: Choose the environment where the deployment will be executed.
- Example:
Dev
,Production
- Example:
Step 4: Deployment Type
- Deployment Type: Specify the deployment type. You have two options:
- Automatic: The deployment will occur automatically after the build process.
- Manual: The deployment will require manual intervention to trigger.
Step 5: Save the Configuration
- Click the Save button to apply your deployment configuration to the workflow.