Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 556 Bytes

README.rdoc

File metadata and controls

40 lines (23 loc) · 556 Bytes

fast_git_deploy

Before (with fast_remote_cache deploy strategy):

$ time cap staging deploy:update

...

real	1m56.811s
user	0m0.560s
sys	0m0.118s

After:

$ time cap staging deploy:update

...

real	0m19.987s
user	0m0.538s
sys	0m0.110s

STATUS:

This is still beta software - be warned.

Install it into your rails app:

script/plugin install git://github.com/smtlaissezfaire/fast_git_deploy.git

Switch an existing project:

cap deploy:warm

Setup a new project:

cap deploy:setup
cap deploy:cold
cap deploy