After deploying 2.3, I suddenly get this error when deploying:
"Needed a single revision"
..the problem goes away when I roll back to 2.2.
Thoughts? Thanks!
Ben
Here's my deploy.rb:
set :application, "fringe_submit"
set :scm, :git
set :repository, "[EMAIL PROTECTED]:RevWorks/fringe_submit.git"
set :branch, "master"
set :repository_cache, "git_cache"
set :deploy_via, :remote_cache
set :ssh_options, { :forward_agent => true }
role :app, "frodo.revworks.biz"
role :web, "frodo.revworks.biz"
role :db, "frodo.revworks.biz", :primary => true
set :deploy_to, "/var/www/#{application}"
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---