updated readme

This commit is contained in:
Javan Makhmali 2009-02-17 11:38:37 -08:00
parent 469fd369db
commit 0b7bece772

View File

@ -85,7 +85,10 @@ in your "config/deploy.rb" file do something like:
end
end
THIS WILL COMPLETELY OVERWRITE ANY EXISTING CRONTAB ENTRIES!
By mixing and matching the --load-file and --user options with your various :roles in Capistrano it is entirely possible to deploy different crontab schedules under different users to all your various servers. Get creative!
USING THE --write-crontab OPTION WILL COMPLETELY OVERWRITE ANY EXISTING CRONTAB ENTRIES!
------------------------------------------------------------
Better documentation on the way!