module Luban::Deployment::Worker::Paths::Local

Public Instance Methods

app_path() click to toggle source
# File lib/luban/deployment/worker/paths.rb, line 14
def app_path
  @app_path ||= apps_path.join(application)
end
apps_path() click to toggle source
# File lib/luban/deployment/worker/paths.rb, line 10
def apps_path
  @apps_path ||= project_path.join('apps')
end
project_path() click to toggle source
# File lib/luban/deployment/worker/paths.rb, line 6
def project_path
  @project_path ||= work_dir
end