Templates concept
One of the most intreating functions of Unifie is templates.
Good in case:
- have staging and production deployments.
- sell your app for a several customers and need to deploy one application instance per customer
It can be very helpful if you need to deploy a lot of application instances with almost the same configuration.
In this lesson we deployed a simple application.
Important to understand how to use variables
Use application as template
Let`s try to deploy it again but with small difference
On this step - select category Own
and deploy again one of existed templates.
When more than one application use the same template - in ui will displaying the element for navigation between the applications
Template customization
Truly all applications configuration - belongs to template. And only variables and environment variables belongs to specified deployment.
All changes in template will affect to all applications that use this template. But variables can have different values in different deployments (applications).
Read more about variables and Environment variables