Is there any way or a configuration that allows to automatically trigger a deployment when an environment variable changes?
I think that environmental variable change will not reflect on the application until we deploy it again (please correct me if I am wrong).
Example:
ENV VAR 1 Changed → Deploy Again → ENV VAR 1 Recognized in the Application