-
Notifications
You must be signed in to change notification settings - Fork 2
dmexe/capistrano-sync
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
== capistrano-sync
Recipies for download and replace database or directories from production or staging to development.
Defined three task:
* cap sync:db [RAILS_ENV=env]
* cap sync:dir FROM=path_relative_to_deploy TO=path
* cap sync:dir:public_system
== Installation
Add to you Gmefile:
gem "capistrano-sync"
and to you Capfile:
require 'capistrano-sync'
About
Sync db or directory recipes for Capistrano
Resources
Stars
Watchers
Forks
Packages 0
No packages published