cleanup
This commit is contained in:
parent
71c4e6339b
commit
e14f90fe1d
29 changed files with 360 additions and 237 deletions
|
@ -2,7 +2,6 @@ module Middleman
|
|||
module Deploy
|
||||
module Methods
|
||||
class Git < Base
|
||||
|
||||
def process
|
||||
puts "## Deploying via git to remote=\"#{self.options.remote}\" and branch=\"#{self.options.branch}\""
|
||||
|
||||
|
@ -12,7 +11,6 @@ module Middleman
|
|||
|
||||
strategy_instance.process
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue