# Setup Deploy

> Deployment setup workflow for Codex. Use when a repo needs its deployment path, production URL, health checks, or release verification steps documented before automated deploy work.

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

---


# Setup Deploy

Use this skill when the repo needs its deployment assumptions made explicit before `land-and-deploy` can work reliably.

This port is adapted from `garrytan/gstack` at commit `4d2c8d94d00cc4f4f3d4c26316a4f939ceedc045`.

## Workflow

1. Identify the deployment platform and the current release path.
2. Capture the essential deployment facts:
   - production URL
   - deploy command or workflow
   - health check endpoint
   - rollback or failure signal
3. Save the minimum durable configuration in the repo's preferred docs or operator notes.

## Guardrails

- Do not guess a deploy path that the repo does not actually use.
- Prefer explicit health checks over "page loaded once" heuristics.
- Keep the saved deployment notes short and actionable.

