Back to DocumentationBilling & Account

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

  • After 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
  • Viewing Failure Details

  • 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
  • Manual Rollback

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

  • Go to deployment history
  • 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