I'm trying to deploy a Rails application from my local machine to the VPS through Capistrano. I've installed Capistrano by including it in the Gemfile and running 'bundle'. Then I ran 'capify .' and added the ff to the Capfile.I'm trying to deploy a Rails application from m