deploy-prod
SKILL.md
Deploy to Production
⚠️ PRODUCTION DEPLOYMENT - Requires explicit user approval
Pre-Flight Checks
-
Verify main branch:
git checkout main git pull origin main -
Run full build:
npm run build
⚠️ PRODUCTION DEPLOYMENT - Requires explicit user approval
Verify main branch:
git checkout main
git pull origin main
Run full build:
npm run build