I recently started deploying my rails apps using Capistrano, but I can't seem to figure out how to not display my password when deploying the app when it prompts me for my password.
I get the following warning,
Text will be echoed in the clear. Please install the HighLine or Termios libraries to suppress echoed text.
I installed both of those gems, and my password is still being echoed in clear text. Any help would greatly be appreciated.
Add this in config/deploy/production.rb
And enter it in terminal