You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say we have a monorepo with two separate applications in it: client and server.
Right now capistrano-sidekiq does not allow to specify where sidekiq command should be executed, instead there is a hardcoded value: release_path
Say we have a monorepo with two separate applications in it:
client
andserver
.Right now capistrano-sidekiq does not allow to specify where
sidekiq
command should be executed, instead there is a hardcoded value:release_path
capistrano-sidekiq/lib/capistrano/tasks/sidekiq.rake
Lines 180 to 182 in b290994
This should be configurable i think
The text was updated successfully, but these errors were encountered: