Skip to content

Commit

Permalink
Added missing sidekiq capfile
Browse files Browse the repository at this point in the history
  • Loading branch information
strtwtsn committed Aug 5, 2019
1 parent 468a0ec commit dc3e32c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ require "capistrano/bundler"
require "capistrano/rails/assets"
require "capistrano/rails/migrations"
require "capistrano/passenger"
require 'capistrano/maintenance'
require 'whenever/capistrano'
require 'capistrano/sidekiq'







# Load custom tasks from `lib/capistrano/tasks` if you have any defined
# Load environment variables
Expand Down

0 comments on commit dc3e32c

Please sign in to comment.