Back to DocumentationBilling & AccountAfter building your app, we run health checks against the new version
If the app doesn't respond correctly within the timeout period, it's marked as failed
The previous version continues serving traffic
Go to your App Deploys dashboard
Click on the failed deployment
View Build Logs to see what went wrong
Common issues: missing dependencies, syntax errors, misconfigured environment variables
Go to deployment history
Click Rollback on the desired version
Test locally before pushing
Use a staging environment
Review build logs after each deployment
Set up proper health check endpoints
What happens if my deployment fails?
Failed deployments are automatically rolled back to the last working version.
April 12, 20265 views
What Happens If My Deployment Fails?
Automatic Rollback
If a deployment fails health checks, NoobHost automatically rolls back to your last working version. Your users never see downtime.
How Failure is Detected
Viewing Failure Details
Manual Rollback
You can also manually roll back to any of your last 10 successful deployments:
Preventing Failures
deploymentfailurerollbackfaq