How would I change the temporary dir that Capistrano uses?
Example: Instead of /tmp, I want to use /home/user/tmp
/tmp
/home/user/tmp
My current VPS has
In Capistrano 3,
set :tmp_dir, '/home/user/tmp'