Quick Deployment
This guide walks you through running your first deployment in Mantis.
Prerequisites
Section titled “Prerequisites”Before creating a deployment, ensure you have:
- At least one target registered and approved
- At least one environment with targets assigned
- At least one action, sequence, or solution to deploy
Creating a Deployment
Section titled “Creating a Deployment”Step 1: Navigate to Deployments
Section titled “Step 1: Navigate to Deployments”- Click Deployments in the sidebar
- Click New Deployment button
Step 2: Select What to Deploy
Section titled “Step 2: Select What to Deploy”Choose one of:
- Solution - A complete deployment package
- Sequence - An ordered set of actions
- Action - A single command or script
Step 3: Select Targets
Section titled “Step 3: Select Targets”Choose which targets receive the deployment using one of two selection methods:
- By Target - Select specific targets individually
- Tags - Deploy to targets matching specific tags
Step 4: Configure Execution
Section titled “Step 4: Configure Execution”| Option | Description |
|---|---|
| Execution Mode | Parallel, Sequential, or Rolling |
| Failure Strategy | Stop on first failure, Continue on failure, or Ignore failures |
| Timeout | Maximum execution time |
Step 5: Review and Deploy
Section titled “Step 5: Review and Deploy”- Review the deployment summary
- Click Deploy
- Monitor progress in real-time
Monitoring Your Deployment
Section titled “Monitoring Your Deployment”After starting a deployment:
- View real-time progress in the deployment detail view
- Click on individual targets to see execution logs
- Use the log streaming to watch output live
Troubleshooting
Section titled “Troubleshooting”Next Steps
Section titled “Next Steps”- Understanding Concepts - More on the data model
- Creating Actions - Define your own actions
