Method: Capistrano::Deploy::Strategy::Remote#deploy!

Defined in:
lib/capistrano/recipes/deploy/strategy/remote.rb

#deploy!Object

Executes the SCM command for this strategy and writes the REVISION mark file to each host.



14
15
16
# File 'lib/capistrano/recipes/deploy/strategy/remote.rb', line 14

def deploy!
  scm_run "#{command} && #{mark}"
end