Elastic Beanstalk Ruby/Rails need to install git so bundle install works.. but is not

后端 未结 5 1892
一整个雨季
一整个雨季 2020-12-02 13:09

I\'m having an issue deploying our rails app.. I created a hook like the example on the AWS blog howto http://ruby.awsblog.com/post/Tx2AK2MFX0QHRIO/Deploying-Ruby-Applicatio

5条回答
  •  长情又很酷
    2020-12-02 13:41

    After trying the accepted answer, I found that a simpler .ebextensions/ruby.config was the only config that worked:

    packages:
      yum:
        git: []
    

提交回复
热议问题