Module: Capistrano::ConfigFilesDeploy::Helpers

Defined in:
lib/capistrano/config_files_deploy/helpers.rb

Instance Method Summary collapse

Instance Method Details

#config_repo_pathObject



4
5
6
7
8
9
10
# File 'lib/capistrano/config_files_deploy/helpers.rb', line 4

def config_repo_path
  deploy_to = fetch(:deploy_to)
  if(deploy_to.nil?)
    warn 'config_files_deploy: deploy_to is not set'
  end
  "#{deploy_to}/config_repo"
end