Sha256: d0f95607483d77f685da636f261d09818a8c7d6e12838a543b8772a47791f84e
Contents?: true
Size: 292 Bytes
Versions: 4
Compression:
Stored size: 292 Bytes
Contents
require "pathname" module Capistrano module SecretsYml module Paths def secrets_yml_local_path Pathname.new fetch(:secrets_yml_local_path) end def secrets_yml_remote_path shared_path.join fetch(:secrets_yml_remote_path) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems