Netlify CLI and Deployment Installation Requires Node.js 18.14.0+. Authentication For CI, set environment variable instead. Linking a Site Check if already linked with . If not: Site ID is stored in . Add to . Deploying Git-Based Deploys (Continuous Deployment) Set up with . Automatic deploys trigger on push/PR: - Push to production branch → production deploy - Open PR → deploy preview with unique URL - Push to other branches → branch deploy Build runs on Netlify's servers. Configure build settings in . Manual / Local Deploys (No Git Required) Build locally, then upload: This works without Gi…