deploy - Deploy code to target environment
Ship code to target environment after merge. Handles build, artifact creation, and deployment orchestration.
Tags
Updated: 2026-03-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- build application artifacts
- run pre-deployment checks
- deploy to target environment
- create version tags
- run database migrations
- verify deployment success
- handle rollback
Inputs
- target environment
- version or tag to deploy
- deployment configuration
- rollback preferences
Outputs
- deployment status
- build artifacts
- deployed version
- deployment notifications
Requirements
- container platform (Kubernetes, Docker)
- deployment platform access (Vercel, Netlify, AWS, Heroku, custom)
- database migration tools (if applicable)
