1

I can't deploy using the ey command:

$ ey deploy -e myapp
Loading application data from Engine Yard Cloud...
key not found: :ciphers
engineyard version 3.2.5
ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-darwin18]

I think this has something to do with ssl. Ruby 2.5.3 was installed with rbenv and is using openssl 1.1.1 (I think I remember seeing that) though not sure how to find this after actual install...

pixelearth
  • 13,674
  • 10
  • 62
  • 110

2 Answers2

2

I should note that the EngineYard gem hasn't been getting updates and is deprecated due to it successor ey-core. It's recommended people use ey-core. It should resolve the issue and allow you to deploy.

  • 1
    Thanks Callum, and thanks for the support online today. Just for posterity, to be clear, the solution is: don't use the `engineyard` gem, but use `ey-core` gem. And also the cli program will be `ey-core` (not `engineyard`) – pixelearth Feb 07 '20 at 00:25
0

Thanks Callum. Just for posterity, to be clear, the solution is: don't use the engineyard gem, but use ey-core gem. And also the cli program will be ey-core (not engineyard)

pixelearth
  • 13,674
  • 10
  • 62
  • 110