Back to DocumentationApp DeploymentPush - 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
Build & Deploy Process
Understand how NoobHost builds and deploys your application.
April 12, 20265 views
Build & Deploy Process
How It Works
Supported Frameworks
NoobHost auto-detects your framework:
| Framework | Detection |
|---|---|
| Next.js | next.config.js or next.config.mjs |
| Node.js | package.json |
| Python | requirements.txt or Pipfile |
| Static | index.html |
| Docker | Dockerfile |
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