Defining the ssh user in deploy.rb instead of stages file
Summary The issue at hand is defining a default ssh user in deploy.rb instead of the stages file for Capistrano v3. The goal is to simplify the *stages/ files by only including the domain URL and roles, while defining the ssh user in deploy.rb**. Root Cause The root cause of this issue is that Capistrano … Read more