| name | deploy |
| version | 1.0.0 |
| description | Deploy applications to various platforms |
| triggers | ["deploy","release","publish","production","host"] |
| category | operational |
| quality_bar | Application is successfully deployed and accessible |
Deployment
Deploy application to target platform.
When to Trigger
- User asks to deploy
- Ready for production release
- Need to update live system
Steps
- Check prerequisites - tests pass, docs updated
- Build - Create production build
- Configure - Set environment variables
- Deploy - Deploy to target platform
- Verify - Confirm deployment works
Pre-deployment Checklist
- Run tests and ensure passing
- Create production build
- Set environment configuration
- Create backup of current deployment
- Prepare rollback plan
Post-deployment Checklist
- Run health check
- Verify features working
- Check logs for new errors
Tools Required
- bash
- write_file
- deployment tools (docker, etc.)