Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

adie/rsync_deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rsync Deploy

Simple deploy tool that is using rsync

You need to create a config file named rsync_deploy.rb in the root of your project with contents:

set :deploy_to, "user@host.com:/path/to/project"
set :targets, %w(
  first/directory
  second/directory
)

Then just run rsync_deploy and it will sync your targets

About

Rsync deploy tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages