我不断收到此错误(OpenSSL::PKey::PKeyError: not a public key "/var/www/.ssh/id_rsa.pub")
提前致谢。
我的 deploy.rb 看起来像这样:
set :application, "goom"
set :domain, "goom@bloom.com"
set :deploy_to, "/var/www/goom"
#set :app_path, "app"
set :repository, "/var/www/goom/.git"
set :scm, :git
set :deploy_via, :copy
# Or: `accurev`, `bzr`, `cvs`, `darcs`, `subversion`, `mercurial`, `perforce`, $
set :model_manager, "doctrine"
# Or: `propel`
role :web, domain # Your HTTP server, Apache/etc
role :app, domain # This may be the same as your$
role :db, domain, :primary => true # This is where Rails migratio$