after 'deploy' do
  run "crontab -r && crontab #{File.join(current_path, 'cron')}"
end