Sha256: adf82c2e546ddf0876172e8482abbfc424c468e72cbd2996e20d5ce611eacd15
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 Bytes
Contents
# capistrano-db-sync ## Install Download and install the gem : ```ruby gem install capistrano-db-sync ``` Add to Capfile : ```ruby require 'capistrano/db-sync' ``` ## Available tasks ``` db:sync:pull # Synchronize your local database using remote database db:sync:push # Synchronize your remote database using local database ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-db-sync-0.0.13 | README.md |