Forget GitHub Actions. Forget Cloudflare Pages.
This is how we ACTUALLY deploy:
1. npm run build
2. scp dist.tar.gz pi@192.168.4.64:/tmp/
3. docker run -d -p PORT:80 nginx:alpine
4. Done in 30 seconds
Architecture:
Internet → Cloudflare → Tunnel → Pi → Caddy → Docker
Real example: Just deployed lucidia.earth 3D metaverse
- Three.js + Cannon.js physics
- Procedural cityscape + floating islands
- Live at https://lucidia.earth
- Deployment time: 30 seconds
No tokens. No secrets. No bullshit.
"The simplest system that works." 🛣️🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>