capistrano 上没有输出

No output on capistrano

我配置我的 rails 应用程序以使用 capistrano 部署我认为所有配置都正常 但是当我这样做时:

$ cap production deploy

我一无所获!

我愿意:

cap production deploy --trace

这是输出:

** Invoke production (first_time)
** Execute production
** Invoke load:defaults (first_time)
** Execute load:defaults
** Invoke bundler:map_bins (first_time)
** Invoke passenger:bundler:hook (first_time)
** Execute passenger:bundler:hook
** Execute bundler:map_bins
** Invoke rvm:hook (first_time)
** Invoke passenger:rvm:hook (first_time)
** Invoke passenger:test_which_passenger (first_time)
** Execute passenger:test_which_passenger
** Execute passenger:rvm:hook
** Execute rvm:hook
** Invoke rvm:check (first_time)
** Execute rvm:check
** Invoke deploy:set_rails_env (first_time)
** Execute deploy:set_rails_env
** Invoke deploy:set_linked_dirs (first_time)
** Execute deploy:set_linked_dirs
** Invoke deploy:set_rails_env 
** Invoke deploy (first_time)
** Execute deploy
** Invoke deploy:starting (first_time)
** Execute deploy:starting
.
.
.

这是痕迹

有什么问题?

我使用 passenger 和 nginx

我意识到我没有把服务器放成这样:

server "foo.com", user: "user", roles: %w{app db web}