We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63abc71 commit bf7ee1bCopy full SHA for bf7ee1b
README.md
@@ -16,6 +16,7 @@ or:
16
gem 'daemons'
17
gem 'capistrano-clockwork', group: :development
18
19
+Make sure the daemons gem is required in production.
20
And then execute:
21
22
$ bundle
@@ -41,14 +42,16 @@ To override the defaults just change it in your Capfile
41
42
```ruby
43
44
set :clockwork_file, "clockwork.rb"
45
+
46
```
47
## To remove the default hooks
48
49
By default the clockwork daemon is restarted everytime you deploy to your server
50
51
- :clockwork_default_hooks = false
52
+ set :clockwork_default_hooks, false
53
54
55
## Other capistrano tasks
56
57
```bash
0 commit comments