Deployment Procedures Deployment principles and decision-making for safe production releases. Learn to THINK, not memorize scripts. --- ⚠️ How to Use This Skill This skill teaches deployment principles , not bash scripts to copy. - Every deployment is unique - Understand the WHY behind each step - Adapt procedures to your platform --- 1. Platform Selection Decision Tree Each Platform Has Different Procedures | Platform | Deployment Method | |----------|------------------| | Vercel/Netlify | Git push, auto-deploy | | Railway/Render | Git push or CLI | | VPS + PM2 | SSH + manual steps | | Docke…