Class: Capistrano::Recipes::Deploy::Strategy::Marabunta

Inherits:
Murder
  • Object
show all
Defined in:
lib/capistrano/recipes/deploy/strategy/marabunta.rb

Instance Method Summary collapse

Instance Method Details

#upload(filename, remote_filename) ⇒ Object



9
10
11
12
13
# File 'lib/capistrano/recipes/deploy/strategy/marabunta.rb', line 9

def upload(filename, remote_filename)
  super(filename, remote_filename)

  marabunta.deploy
end