Class: Gisha::DeployCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/gisha/cli.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



64
65
66
# File 'lib/gisha/cli.rb', line 64

def execute
  Commands::Deploy.new(url, key_id, path, revision).exec
end