When do I reprovision a customer install?
Last updated: February 4, 2026
QUESTION
When do I reprovision a customer install?
ANSWER
You need to reprovision a customer install when you change any of the following in your app:
stack.tomlrunner.tomlpermissionsdirectory's contents
Reprovisioning is not required if you change components or actions, in which case use the CLI and run nuon apps sync and re-deploy the component or re-try the action. Components, unlike actions which are scripts stored in the Nuon database, do require a build before deploying, and builds are done automatically when component TOML is changed, or manually in the app dashboard to create the new OCI artifact that is required for deployment.
DOCS