Sha256: 75c5dabc7f473cd3a7478cf7fbfde23a9b5ed57076a7d79557c4d8b80cddee93
Contents?: true
Size: 413 Bytes
Versions: 9
Compression:
Stored size: 413 Bytes
Contents
module Capistrano module DSL ## # Base paths and filenames/folder names for both runit and monit # module BasePaths # user_app_env_path in basehelper 0.x / capistrano 2.x version def app_env_folder "#{fetch(:application)}_#{environment}" end def user_app_env_file_name "#{fetch(:user)}_#{fetch(:application)}_#{environment}" end end end end
Version data entries
9 entries across 9 versions & 1 rubygems