Sha256: e71869533f919a79c6bfde26048a70a7e4496a27fc12d76cb3aae1520c810b76
Contents?: true
Size: 284 Bytes
Versions: 4
Compression:
Stored size: 284 Bytes
Contents
# # Updates the crontab using wheneverize # after "deploy:symlink", "deploy:update_crontab" namespace :deploy do desc "Update the crontab file" task :update_crontab, :roles => :db do run "cd #{current_path} && bundle exec whenever --update-crontab #{application}" end end
Version data entries
4 entries across 4 versions & 1 rubygems