【发布时间】:2012-07-19 17:35:19
【问题描述】:
我正在尝试通过 capistrano 将我的应用程序部署到 Web 服务器。当我跑步时
cap deploy:cold
我明白了
executing "cd /home/toe/apps/gallery2/releases/20120719172307 && rake RAILS_ENV=production db:migrate"
`deploy:migrate' is only run for servers matching {:roles=>:db, :only=>{:primary=>true}}, but no servers matched
我搜索了谷歌,但没有找到任何解决方案。
【问题讨论】:
标签: ruby-on-rails ruby capistrano