私はすでに多くの問題を解決しましたが、これに苦労しています。
デプロイ環境: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