# Deploy

> How this team deploys — staged rollout with a canary and an explicit rollback point

- Skill: `sylphai-inc/deploy` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sylphai-inc/deploy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sylphai-inc/deploy/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: SylphAI-Inc (https://skillmd.com/u/sylphai-inc)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/sylphai-inc/deploy

---


# Deploy

1. Tag the release; CI builds the image.
2. Canary to 5% for 15 minutes; watch error rate and p95.
3. Roll to 100% or roll back — never leave a canary running overnight.

