Method: SwitchTower::Configuration#current_path

Defined in:
lib/switchtower/configuration.rb

#current_pathObject

Return the path identifying the current symlink, used to identify the current release.



216
217
218
# File 'lib/switchtower/configuration.rb', line 216

def current_path
  File.join(deploy_to, current_dir)
end