Back to DocumentationApp Deployment
Build & Deploy Process
Understand how NoobHost builds and deploys your application.
April 12, 202631 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 - One-click rollback deploys will pull the previous images and deploy them again
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