capistrano-scm-gitcopy
capistrano-scm-gitcopy copied to clipboard
Capsitrano 3 copy scm - tar your git branch and deploy to your server
After upgrading this to use the plugin approach, it looks like the tests need to be modified, capistrano-scm-gitcopy/spec/lib/capistrano/gitcopy_spec.rb:18:in `': uninitialized constant Capistrano::GitCopy::DefaultStrategy (NameError)
When running with capistrano 3.8.1, I receive the warning: ``` [Deprecation Notice] `set :scm, :gitcopy` is deprecated. To ensure this custom SCM will work with future versions of Capistrano, please...
If I don't have any remote specified or if I do but simply can't access it, the deploy won't make it past the `git ls-remote` check method. I tried adding...