Method: DeployGate::Config::Credential.file_path

Defined in:
lib/deploygate/config/credential.rb

.file_pathString

Returns:

  • (String)


6
7
8
# File 'lib/deploygate/config/credential.rb', line 6

def file_path
  File.join(ENV["HOME"], '.dg/credentials')
end