Sha256: a405b31ac368e7fcba4a718519aea290f30d194d4ad763512a268c6636801a80
Contents?: true
Size: 236 Bytes
Versions: 14
Compression:
Stored size: 236 Bytes
Contents
# # Updates the crontab using wheneverize # 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
14 entries across 14 versions & 1 rubygems