mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add capistrano integration [#52]
This commit is contained in:
parent
bf377d44e8
commit
9fb20f6249
6 changed files with 67 additions and 0 deletions
5
myapp/Capfile
Normal file
5
myapp/Capfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
load 'deploy'
|
||||
# Uncomment if you are using Rails' asset pipeline
|
||||
# load 'deploy/assets'
|
||||
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
||||
load 'config/deploy' # remove this line to skip loading any of the default tasks
|
||||
Loading…
Add table
Add a link
Reference in a new issue