# Deploy_Service

> Deploys the service to staging and production. Use when a release has been approved for rollout.

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

---


# Deploy the service

Run the deployment pipeline for the requested environment.

1. Verify the release tag exists and CI is green.
2. Run `scripts/deploy.sh <environment> <tag>`.
3. Watch the health dashboard until all pods report ready.

