Sha256: 94c11bfe839fd721c89b7624348df0bd46778d8e7cdb805d9fb1c6e510a0dc18
Contents?: true
Size: 244 Bytes
Versions: 36
Compression:
Stored size: 244 Bytes
Contents
Capistrano::Configuration.instance(true).load do namespace :whenever do desc "Update the crontab file" task :update_crontab, :roles => :db do run "cd #{release_path} && whenever --update-crontab #{application}" end end end
Version data entries
36 entries across 36 versions & 2 rubygems