IMUII LogoIMUII

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

  1. CLI Init — user runs npx imuii init
  2. Server API — creates GitHub repo and token
  3. Webhook Activation — listens to pushes
  4. Build Process — auto-runs Docker or Node build
  5. Deploy — publishes to subdomain via Cloudflare
  6. Done. You get a live project in seconds.
⚙️ Every step is tracked in IMUII Core — no manual deployment needed.