You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It using your project as dependency. When I execute this command: cap staging lets_encrypt:register --trace
My deployment process failed. After some hacks, light_black is an extension to string method on Ruby. It is provided by colorizegem. I check at my Gemfile.lock,colorize` gem was listed. I don't know why it was not loaded...
I am using Capistrano for continuous deployment of my Ruby on Rails and NodeJS applications.
I found capistrano plugin: https://github.com/platanus/capistrano-lets-encrypt
It using your project as dependency. When I execute this command:
cap staging lets_encrypt:register --trace
My deployment process failed. After some hacks,
light_black is an extension to string method on Ruby. It is provided by
colorizegem. I check at my Gemfile.lock,
colorize` gem was listed. I don't know why it was not loaded...I will create pull request to fix this problem. 😄
The text was updated successfully, but these errors were encountered: