# Deploy

> Use when the user asks to deploy or release the sample app to production; covers the full checklist from tag to smoke test.

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

---


# Deploying the sample app

1. Ensure the working tree is clean.
2. Tag the release: `git tag vX.Y.Z`.
3. Push tags; the deploy pipeline picks it up.
4. Smoke-test: `curl https://example.com/health` must return 200.

