Deploy Runbook Deploy Runbook Prerequisites Access to repository: ~/ALAI/products/Drop/landing Vercel CLI installed: npm i -g vercel Authenticated: vercel login Deployment Steps Navigate to repo: cd ~/ALAI/products/Drop/landing Pull latest: git pull origin main Deploy: vercel --prod from repo root Verify: Check getdrop.no Rollback Procedure List deployments: vercel ls drop-landing Identify previous stable deployment ID Rollback: vercel rollback [deployment-url] Common Issues To be documented as issues are discovered