Copy local git repository deploy strategy for capistrano.
Copy strategy for capistrano 3.x
Copy files between releases for Capistrano 3.x
Capistrano scm:copy action
a capistrano strategy to deploy subdir with copy strategy.
Capistrano deployment strategy that creates and pushes a tarball into S3, for both pushed deployments and pulled auto-scaling.
Bundle all gems in the copy directory and then send it to all servers
Bundling all the gems locally and sending to remote server. For capistrano 3.x
This will make Capistrano tar the current directory, upload it to the server(s) and then extract it in the release directory.
Capistrano copy strategy that takes into account the content of .gitignore
Packages gems locally and uploads them to the remote server instead of fetching them on the remote server.
General "I have a command which generates things" deploy strategy for capistrano