1
0
Fork 0
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:
Mike Perham 2012-02-26 20:36:30 -08:00
parent bf377d44e8
commit 9fb20f6249
6 changed files with 67 additions and 0 deletions

5
myapp/Capfile Normal file
View 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