# Deploy

> Deploy the application to production. Use when user says deploy, push to production, or update live site.

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

---


# Deploy

Execute deployment following this sequence:

## Pre-deployment Checks
1. Verify tests pass: `{{TEST_COMMAND}}`
2. Check for uncommitted changes: `git status`

## Build
1. Build the application: `{{BUILD_COMMAND}}`
2. Verify build output exists

## Deploy
1. {{DEPLOY_STEP_1}}
2. {{DEPLOY_STEP_2}}

## Post-deployment
1. Verify site is accessible
2. Run smoke tests if available

## Rollback
If deployment fails:
1. {{ROLLBACK_STEP_1}}
2. {{ROLLBACK_STEP_2}}

