Class: Avm::Git::Runners::Base::Deploy
- Inherits:
-
Object
- Object
- Avm::Git::Runners::Base::Deploy
- Defined in:
- lib/avm/git/runners/base/deploy.rb
Constant Summary collapse
- DEFAULT_REFERENCE =
'HEAD'
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
21 22 23 24 25 26 27 |
# File 'lib/avm/git/runners/base/deploy.rb', line 21 def run validate deploy success 'Done' end |