class DeployGate::Config::Credential

Public Class Methods

file_path() click to toggle source

@return [String]

# File lib/deploygate/config/credential.rb, line 6
def file_path
  File.join(ENV["HOME"], '.dg/credentials')
end