bundle install --path /var/www/jky_api_bear/shared/bundle --without development test --deployment --quiet
bundle exec sidekiqctl stop /var/www/jky_api_bear/shared/tmp/pids/sidekiq-0.pid 10
bundle exec sidekiq --index 0 --pidfile /var/www/jky_api_bear/shared/tmp/pids/sidekiq-0.pid --environment production --logfile /var/www/jky_api_bear/shared/log/sidekiq.log --queue default --config config/sidekiq.yml --concurrency 5 --daemon
bundle exec pumactl -S /var/www/jky_api_bear/shared/tmp/pids/puma.state restart
bundle exec puma -C /var/www/jky_api_bear/shared/puma.rb --daemon