So, I have two different servers I’m deploying to, and I have different
ssh
users/passwords on each. I assume there’s a way to set these in
deploy.rb,
but I’m not sure how.
Anybody?
Josh,
One of the conventions of Capistrano is that all of you username/
passwords are the same across all of your machines. If that isn’t the
case, then Capistrano probably won’t work for you.
- Jamis