So you're using Capistrano to deploy your Rails application and now you also want to deploy updates to your worker server running Sidekiq. There are a few things that need to be set up and a couple things to watch out for when getting this set up. The Setup Note: This setup assumes you're already deploying your Rails application using Capistrano. If not check out this great tutorial to get started. Now that you have your Rails app deploying with Capistrano it's time to get the code updates pushed to your sidekiq worker server. First add capistrano-sidekiq to your Gemfile:…