我已經解決了很多問題,但是正在爲此付出努力。在Capistrano部署Spree Rails應用程序時出現procfile錯誤
部署環境: 的Ubuntu 12.10 RVM 21年1月18日(穩定) 紅寶石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
我的部署。 rb: https://gist.github.com/gwuix2/5228473
的Gemfile:https://gist.github.com/gwuix2/5228488
實際上應用程序根目錄中是否存在'Procfile'?檢查並確保它也簽入您的SCM。 – Eugene 2013-03-23 18:17:25