Deployment Configuration
This guide provides detailed instructions for configuring the deployment stage within your CI/CD pipeline, including environment selection and defining the deployment approach.

Step 1: Navigate to Workflow Configuration
- Go to the Workflow Details page.
- Click on Deploy in the pipeline diagram to access deployment settings.
Step 2: Configure Deployment Details
- The Configure Deploy panel will appear on the right side of the interface, allowing you to define the specifics of your deployment.
Step 3: Select Deployment Environment
- Under Select Environment: Choose the environment to which your application will be deployed.
- Example: Select Dev, Staging, or Production.
Step 4: Define Deployment Type
- Under Deployment Type, choose how your deployment process will be triggered:
- Automatic:Deployment occurs automatically upon successful completion of the build stage.
- Manual: Deployment must be manually triggered by a user.
Step 5: Save Your Deployment Configuration
- After configuring all options, click the Save button to finalize your deployment settings.
These structured steps ensure a clear and efficient deployment process, aligned perfectly with your workflow requirements.