Skip to main content

Deploy Runbook

Deploy Runbook

Prerequisites

  • Access to repository: ~/ALAI/products/Drop/landing
  • Vercel CLI installed: npm i -g vercel
  • Authenticated: vercel login

Deployment Steps

  1. Navigate to repo: cd ~/ALAI/products/Drop/landing
  2. Pull latest: git pull origin main
  3. Deploy: vercel --prod from repo root
  4. Verify: Check getdrop.no

Rollback Procedure

  1. List deployments: vercel ls drop-landing
  2. Identify previous stable deployment ID
  3. Rollback: vercel rollback [deployment-url]

Common Issues

To be documented as issues are discovered