Back to DocumentationBilling & Account

What happens if my deployment fails?

Failed deployments are automatically rolled back to the last working version.

April 12, 202626 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

  1. After building your app, we run health checks against the new version
  2. If the app doesn't respond correctly within the timeout period, it's marked as failed
  3. The previous version continues serving traffic

Viewing Failure Details

  1. Go to your App Deploys dashboard
  2. Click on the failed deployment
  3. View Build Logs to see what went wrong
  4. Common issues: missing dependencies, syntax errors, misconfigured environment variables

Manual Rollback

You can also manually roll back to any of your last 10 successful deployments:

  1. Go to deployment history
  2. Click Rollback on the desired version

Preventing Failures

  • Test locally before pushing
  • Use a staging environment
  • Review build logs after each deployment
  • Set up proper health check endpoints
deploymentfailurerollbackfaq