I'm trying to use Capistrano to deploy a PHP-based website to shared hosting for a client. I want to keep everything version controlled, but they're on shared hosting with cPanel (Bluehost) and I'm not able to change the DocumentRoot to point to the "current" symlink. Deploying to public_html is fine, but I need to have the website point to the current release at the root.
Is there any way around this so I can continue to use Capistrano and also have the "current" release as the root of the primary domain name?