나는 많은 문제를 이미 해결했지만이 문제로 어려움을 겪고 있습니다.Spree Rails 앱을 카피 스트라노로 배포하는 중에 Procfile 오류가 발생했습니다.
배포 환경 : 우분투 12.10 RVM 1.18.21 (안정적) 루비 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