Deploy Runbook

Deploy Runbook — alai.no

Last updated: 2026-04-15 Status: Production — VERIFIED


Infrastructure

Field Value
Live URL https://alai.no
CDN Vercel (confirmed via response headers)
Repo ~/ALAI/web
Hosting type Static (plain HTML/CSS/JS, no build step)
Output dir public/ (served directly by Vercel)
Vercel project alai (linked via ~/ALAI/web/.vercel/)

⚠️ ~/projects/ALAI/landing is a stale Next.js experiment with Firebase config — NOT live, NOT deployed, ignore it.


Deploy Steps

cd ~/ALAI/web
git pull origin master
# make changes to public/
git add public/
git commit -m "feat: description"
vercel --prod

Verify

curl -sI https://alai.no | grep -i "server\|vercel"
# Expected: server: Vercel

Rollback

# List deployments
vercel ls

# Rollback to previous deployment URL
vercel rollback [deployment-url]

Known Issues

What NOT to use


Revision #3
Created 2026-04-15 09:52:04 UTC by John
Updated 2026-05-31 20:05:42 UTC by John