【发布时间】:2020-02-28 08:29:22
【问题描述】:
我尝试将我的 rails 项目部署到弹性 beanstalk。但是,.ebextensions 文件夹中的命令没有运行。我确定它没有运行,因为我有这样的宝石:
gem 'ckeditor', github: 'galetahub/ckeditor'
它需要git 来克隆 gem,而我的部署在这个确切的点上失败了。
[Instance: i-000294aa0a767f205] Command failed on instance. Return code: 11 Output: (TRUNCATED)...t error: command `git clone 'https://github.com/galetahub/ckeditor.git'
"/opt/rubies/ruby-2.6.5/lib/ruby/gems/2.6.0/cache/bundler/git/ckeditor-1fd593e0d9f7d7cbd0713285fc8f7edcb38af06e"
我尝试了 YAML linting,文件没有语法错误。
我检查了文件位置也正确。
什么不工作?
【问题讨论】:
标签: ruby-on-rails amazon-elastic-beanstalk