Class: Capistrano::Deploy::Strategy::NoScm

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

Overview

Please note: this strategy ignores the :repository parameter. It will bundle up your local checkout _at the commit hash_ that is checked out and send it to the servers.

Direct Known Subclasses

PwdCopy, Rsync, UploadWar