On Jelastic
, I created a node for building an application (maven), there are several identical environments (NGINX + Spring Boot)
, the difference is in binding to its database and configured SSL
.
The task is to ensure that after building the application (* .jar)
, deploy at the same time go to these several environments, how to implement it?
When editing a project, it is possible to specify only one environment, multi-selection is not provided.