Skip to content

Instantly share code, notes, and snippets.

@phuongdh
Created April 18, 2013 14:50
Show Gist options
  • Select an option

  • Save phuongdh/5413341 to your computer and use it in GitHub Desktop.

Select an option

Save phuongdh/5413341 to your computer and use it in GitHub Desktop.
Run whenever after bundle install
require 'whenever/capistrano/recipes'
after 'bundle:install', 'whenever:update_crontab'
after 'deploy:rollback', 'whenever:update_crontab'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment