#!/bin/bash

#!/bin/bash

if [ "$ANYCABLE_DEPLOYMENT" == "true" ]; then
else
  bundle exec sidekiq -C bin/sidekiq.yml
fi