Clockwork integration for Capistrano 3.
WARNING : AT THE MOMENT THIS GEM IS UNDER DEVELOPEMENT. DO NOT USE AT ALL UNLESS YOU ARE CONTRIBUTING.
Add this line to your application's Gemfile:
group :development do
gem 'capistrano-clockwork'
end
And then execute:
$ bundle
# Capfile
require 'capistrano/clockwork'
- [Aurélien Malisart] (https://github.com/aurels)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Submit a pull request