Rails spree commerce プロジェクトを digitalocean の ubuntu 14.04 サーバーにデプロイしようとしました。すべてが順調でした。しかし、初めてプロジェクトをデプロイしようとすると、sidekiq エラーが発生します。私はその問題について何かを調べましたが、解決策はありませんでした。
後に
mina deploy
コマンド。
sidekiq を再起動するまで、バンドルと移行は適切に機能します。
エラーを含む展開コードの一部は次のとおりです。
-----> Launching
-----> Stop sidekiq
Skip stopping sidekiq (no pid file found)
-----> Start sidekiq
bundler: command not found: sidekiq
Install missing gem executables with `bundle install`
! ERROR: Deploy failed.
-----> Cleaning up build
Deleting release
Unlinking current
OK