Deploy banner
runesleo runesleo

Deploy

DevOps community

Description

# Deployment Checklist Before deploying to production, execute these checks. ## 1. Code Quality Check ```bash npm run lint npm run build npm run test ``` ## 2. Environment Variable Check Confirm all required env vars are set on deployment platform: - [ ] Compare `.env.example` with deployment platform settings - [ ] Confirm API keys are correct and not expired - [ ] Confirm environment identifier is correct (production/staging) ## 3. Git Status Check ```bash git status # Confirm no uncom

Installation

Installs to ~/.claude/skills/runesleo-claude-code-workflow-deploy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/runesleo-claude-code-workflow-deploy && curl -fsSL https://raw.githubusercontent.com/runesleo/claude-code-workflow/HEAD/commands/deploy.md -o ~/.claude/skills/runesleo-claude-code-workflow-deploy/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository