Deploy
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
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 RepositoryRelated Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps