Mat*_*iby 6 ruby deployment capistrano ruby-on-rails
我的部署问题
我跑了帽子部署并得到了这个
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
** [174.143.150.79 :: out] Permission denied (publickey).
** fatal: The remote end hung up unexpectedly
command finished
*** [deploy:update_code] rolling back
* executing "rm -rf /home/deploy/transprint/releases/20110105034446; true"
servers: ["174.143.150.79"]
[174.143.150.79] executing command
Run Code Online (Sandbox Code Playgroud)
这是我的deploy.rb
set :application, "transprint"
set :domain, "174.149.150.79"
set :user, "deploy"
set :use_sudo, false
set :scm, :git
set :deploy_via, :remote_cache
set :app_path, "production"
set :rails_env, 'production'
set :repository, "git@github.com:myname/something.git"
set :scm_username, 'deploy'
set :deploy_to, "/home/deploy/#{application}"
role :app, domain
role :web, domain
role :db, domain, :primary => true
Run Code Online (Sandbox Code Playgroud)
请帮忙
mar*_*gao 11
Capistrano正在向您的服务器发送命令,将它们作为"部署"用户运行,其中一个命令正在尝试连接到github.请查阅:
http://help.github.com/troubleshooting-ssh/ (检查"SSH配置"和"权限被拒绝(公钥)"部分)
http://help.github.com/linux-key-setup/
基本上要确保你有:
| 归档时间: |
|
| 查看次数: |
4605 次 |
| 最近记录: |