If my install fails midway through and I push a fix, do I retry with the new changes or create a new install?

Last updated: February 3, 2026

QUESTION

If my install fails midway through and I push a fix, do I retry with the new changes or create a new install?

ANSWER

You do not create a new install, but rather:

  • Ensure the changed component is re-built, either with nuon apps sync or in the dashboard

  • Navigate to the component page of the install and redeploy with the latest build

  • Be sure to check the box for dependencies so the workflow progresses through the completion of the install

When iterating on a new app, you’ll get one install with the sandbox spun up, and then keep pushing updates to the same install until your changes do what is expected.

Sometimes a failed step in an install may be a transient thing e.g., cloud resources not available or the Nuon control plane not available, in which case, you can re-try the step from the dashboard.

DOCS