You’ll see cat: /home/cleavr/exemple.com/.env: no such file or directory if no .env file is currently present at that location. Though, if you add and save variables, then the message will go away the next time. We’ll update that notice to be more friendly / informative.
During deployment, Cleavr will check for the existence of the .env file in the project root and then will create a symlink to it from the /current folder.
You could create a deployment hook if the symlink needs to be located somewhere else.