在create_staging Bundler :: GemfileNotFound ec2期间橡胶失败

时间:2013-03-12 04:12:16

标签: ruby-on-rails ruby amazon-ec2 ruby-on-rails-4 rubber

这是我第一次将应用程序部署到ec2实例。似乎大部分过程都有效,但最终部署失败并出现以下错误:

failed: "/bin/bash -l -c 'cd /mnt/depot-production/releases/20130312030226 && bundle install --gemfile /mnt/depot-production/releases/20130312030226/Gemfile --path /mnt/depot-production/shared/bundle --deployment --quiet --without development test staging'" on production.foo.com

我登录了我的服务器并转到该目录并尝试执行该命令。显示以下错误:

Bundler::GemfileNotFound

当我列出目录的内容时,它会显示一个gemfile。只是可以使用一些帮助来确定找不到它的原因以及如何解决它。

我也不确定如何继续?我想简单地修复错误并继续使用已创建的实例但不确定所有需要执行的步骤。

0 个答案:

没有答案