Skip to content

Instantly share code, notes, and snippets.

@dedico
Created June 17, 2011 19:21
Show Gist options
  • Save dedico/1032097 to your computer and use it in GitHub Desktop.
Save dedico/1032097 to your computer and use it in GitHub Desktop.
Update crontab task
namespace :deploy do
desc "Update the crontab file"
task :update_crontab, :roles => :db do
run "cd #{release_path} && whenever --update-crontab #{application}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment