updated readme

This commit is contained in:
Javan Makhmali 2009-02-17 11:39:28 -08:00
parent 0b7bece772
commit 666dd2cb9b

View File

@ -85,9 +85,9 @@ in your "config/deploy.rb" file do something like:
end
end
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!
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!
USING THE "--write-crontab" OPTION WILL COMPLETELY OVERWRITE ANY EXISTING CRONTAB ENTRIES!
------------------------------------------------------------