I have a remote SSH with a OS disk and a data disk. I want to put my guild runs on the data disk, so on my ssh machine I have set my GUILD_HOME=/mnt/guild_runs.
When I want to run from my local machine like guild runs --remote ssh-machine it cannot find the runs on the remote. When I run with additional debug information I see that the ssh command guild issues overwrites my GUILD_HOME env variable.
Is there a way to tell guild where my GUILD_HOME is on my remote? I know I can do venv-path, but since my venv path and GUILD_HOME directory aren’t the same, I don’t think this solves it.