Sha256: a9802b77a0c4939e3ac00049bccecab20af75cf88988e8717e90ee8c8c3a4575

Contents?: true

Size: 624 Bytes

Versions: 1

Compression:

Stored size: 624 Bytes

Contents

# 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, <local dir>
 set :scm, :none
 set :deploy_via, :copy_with_remote_cache

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano_copy_with_remote_cache_strategy-0.1 README.md