I have a situation that I started to work on a project which is deployed with envoyer. And I need to change a variable in .env file. But unfortunately I don't have a key to manage environment in envoyer.
If I just ssh to the instance and change the variable, will it work?
Does envoyer overwrite .env file with it's own information on the next deployment?
Do you know what will happen if there is situation: Foo=1 in envoyer. And Foo=2 at instance after I changed it directly. And then I do a deployment, does envoyer overwrite back Foo=1 ?