module Capistrano::DSL::BasePaths

Base paths and filenames/folder names for both runit and monit

Public Instance Methods

app_env_folder() click to toggle source

user_app_env_path in basehelper 0.x / capistrano 2.x version

# File lib/capistrano/dsl/base_paths.rb, line 9
def app_env_folder
  "#{fetch(:application)}_#{environment}"
end
user_app_env_file_name() click to toggle source
# File lib/capistrano/dsl/base_paths.rb, line 13
def user_app_env_file_name
  "#{fetch(:user)}_#{fetch(:application)}_#{environment}"
end