When we release a new Terraform component module version, we manually rebuild & redeploy per install. Is there batch redeploy/progressive rollout functionality?
Last updated: April 2, 2026
QUESTION
When we release a new Terraform component module version, we manually rebuild & redeploy per install. Is there batch redeploy/progressive rollout functionality?
ANSWER
Today — customers of Nuon are building apps on top of the platform to define their own roll out with Customer Success teams and support customers. We have GitHub actions that folks use, APIs and more for custom things.
However, we are also launching a feature called App Branches — with App Branches you can connect installs to a git branch and have them automatically updated when you push to it.
It supports things like install-groups (so you can deploy to install a, then install b after waiting), rollbacks and other things. Release windows you can build on the platform using our APIs and it will be part of the App Branches feature.