No commit activity in last 3 years
No release in over 3 years
This is a mix of Capistrano copy and remote_cache strategy. Like copy it works with unversioned directories (set :scm, :none). Like remote_cache it rsyncs local repository with remote cache and only then copies remote cache to release directory.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.13.0
 Project Readme

Capistrano copy_with_remote_cache Deployment Strategy

Description

This is a mix of Capistrano copy and remote_cache strategy. Like copy it works with unversioned directories (set :scm, :none). Like remote_cache it rsyncs local repository with remote cache and only then copies remote cache to release directory.

When to Use

This is especially useful for Jekyll-generated sites when jekyll is not installed on web servers.

Installation

gem install copy_with_remote_cache

Usage

Add these lines to your deploy.rb file: set :repository, set :scm, :none set :deploy_via, :copy_with_remote_cache