Class: Gisha::DeployCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Gisha::DeployCommand
- Defined in:
- lib/gisha/cli.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
64 65 66 |
# File 'lib/gisha/cli.rb', line 64 def execute Commands::Deploy.new(url, key_id, path, revision).exec end |