Project

rr_publish

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Rysnc your files with simple YAML file.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

rr_publish

Used for Rubber Ring publishing.

this is the fork of original rbackup from Winton Welsh. Thanks!

Installation

Add this line to your application's Gemfile:

gem 'rr_publish', :git => 'TODO'

And then execute:

$ bundle

Usage

Create YAML file like this

site:
  server:
    source: /Users/me/site
    destination: deploy@server:/var/www
    exclude:
     - .git
     - /site/config/database.yml

Run the code with path to the YAML file

RRPublish::Sync.new('path/to/yaml').run