Cap Error No Passwd For App
With the most recent version of Capistrano (2.3), you need to add this line to your deploy.rb:
set :runner, 'deploy'
Commit the change to subversion and redeploy.
With the most recent version of Capistrano (2.3), you need to add this line to your deploy.rb:
set :runner, 'deploy'
Commit the change to subversion and redeploy.