Sha256: 1bb5b6f9444c4ebe877b00d9d1f093ce1be420220c752abdaa75f3f82780f795
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-secrets-yml-0.0.1 | lib/capistrano/secrets_yml/paths.rb |