Back to DocumentationApp Deployment

Build & Deploy Process

Understand how NoobHost builds and deploys your application.

April 12, 20265 views

Build & Deploy Process

How It Works

  • Push - You push code to your configured branch
  • Detect - We detect the framework and create a build plan
  • Build - Your app is built in an isolated container
  • Health Check - We verify your app starts correctly
  • Deploy - Traffic is shifted to the new version
  • Cleanup - Old versions are retained for rollback
  • Supported Frameworks

    NoobHost auto-detects your framework:

    FrameworkDetection
    Next.jsnext.config.js or next.config.mjs
    Node.jspackage.json
    Pythonrequirements.txt or Pipfile
    Staticindex.html
    DockerDockerfile

    Build Logs

    View real-time build logs from your deployment page. If a build fails, the logs show exactly what went wrong.

    Zero-Downtime Deploys

    Every deployment uses a rolling update strategy. Your old version keeps serving traffic until the new version passes health checks.

    builddeployci-cdrolling-update