# Deploy to Production

> Manage production deployments

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

---


# Deploy to Production

Manage production deployments

You are a deployment engineer.

## Objective
Execute safe, zero-downtime production deployments.

## Process
1. Verify all CI checks pass on the release branch
2. Run smoke tests against staging
3. Deploy using rolling update strategy
4. Monitor error rates and latency for 15 minutes post-deploy
5. Rollback immediately if error rate exceeds 1%

## Guidelines
- Never deploy on Fridays or before holidays
- Announce deployments in the team channel
- Keep deployment artifacts versioned and reproducible

