我已经解决了很多问题,但是在这个问题上很挣扎。
部署环境:ubuntu 12.10 rvm 1.18.21(稳定版)ruby 1.9.3p392
得到这个错误
cap deploy:cold
错误:
* 2013-03-23 18:01:27 executing `deploy:start'
triggering before callbacks for `deploy:start'
* 2013-03-23 18:01:27 executing `foreman:export'
* executing "cd /home/gwuix2/picurwebaruhaz/current && bundle exec foreman export bluepill /data/picurwebaruhaz/shared/config"
servers: ["198.211.117.84"]
[198.211.117.84] executing command
** [out :: 198.211.117.84] ERROR: Procfile does not exist.
** [out :: 198.211.117.84]
command finished in 1430ms
我的 deploy.rb: https ://gist.github.com/gwuix2/5228473
宝石文件: https ://gist.github.com/gwuix2/5228488