Deployment Flow
Deployment Flow
This section explains how IMUII automates the full deployment process — from CLI to live app.
🔄 Overview
CLI (User)
↓
IMUII API Server (Golang + Fiber)
↓
GitHub Repository Creation
↓
GitHub Webhook Trigger (on push)
↓
IMUII Deployer Worker
↓
Docker Build & Deploy
↓
Cloudflare Subdomain Provisioning
↓
Accessible via: https://{project}.imuii.com
🧠 Step by Step
- CLI Init — user runs
npx imuii init - Server API — creates GitHub repo and token
- Webhook Activation — listens to pushes
- Build Process — auto-runs Docker or Node build
- Deploy — publishes to subdomain via Cloudflare
- Done. You get a live project in seconds.
⚙️ Every step is tracked in IMUII Core — no manual deployment needed.