Define the following in your deploy.rb:
set :current_path, '/var/www/mysite.com'
This can lead to disabling plugins, script, or other parts of capistrano that assume a default layout.
A safer solution would be just a symbolic call /var/www/mysite.comto/var/www/apps/myapp/current
source
share