Class: Releasy::Deployers::Local
- Defined in:
- lib/releasy/deployers/local.rb
Overview
Deploys (copies) to a local destination, such as into your Dropbox folder.
Constant Summary collapse
- TYPE =
:local
Constants inherited from Deployer
Constants included from Mixins::Log
Mixins::Log::DEFAULT_LOG_LEVEL, Mixins::Log::LOG_LEVELS
Instance Attribute Summary collapse
-
#path ⇒ String
Path to copy files to.
Attributes inherited from Deployer
Method Summary
Methods inherited from Deployer
Methods included from Mixins::Log
Constructor Details
This class inherits a constructor from Releasy::Deployers::Deployer
Instance Attribute Details
#path ⇒ String
Path to copy files to.
18 19 20 |
# File 'lib/releasy/deployers/local.rb', line 18 def path @path end |