# Deploy App

> Deploy the application to staging or production environments. Use when deploying code or when the user mentions deployment, releases, or environments.

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

---


# Deploy App

Deploy the application using the provided scripts.

## Usage

Run the deployment script: `scripts/deploy.sh <environment>`

Where `<environment>` is either `staging` or `production`.

## Pre-deployment Validation

Before deploying, run the validation script: `python scripts/validate.py`

