Module: Luban::Deployment::Worker::Paths::Local
- Included in:
- Application::Repository
- Defined in:
- lib/luban/deployment/worker/paths.rb
Instance Method Summary collapse
Instance Method Details
#app_path ⇒ Object
14 15 16 |
# File 'lib/luban/deployment/worker/paths.rb', line 14 def app_path @app_path ||= apps_path.join(application) end |
#apps_path ⇒ Object
10 11 12 |
# File 'lib/luban/deployment/worker/paths.rb', line 10 def apps_path @apps_path ||= project_path.join('apps') end |
#project_path ⇒ Object
6 7 8 |
# File 'lib/luban/deployment/worker/paths.rb', line 6 def project_path @project_path ||= work_dir end |