Automatic Re-deploy on Environment Variable Change

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

There’s no automatic way, you need to re-deploy the app manually to take effect.

Hope this option will be provided in the future.
Thanks for your reply.

Thanks for sharing !