前提・実現したいこと
RailsアプリをAWSサーバーにCapistranoでデプロイしたいのですが、bundle stdout: Nothing writtenエラーが出てしまいます
発生している問題・エラーメッセージ
00:29 unicorn:start 01 $HOME/.rbenv/bin/rbenv exec bundle exec unicorn -c /var/www/mercari0921a/current/config/unicorn.rb -E deployment -D 01 master failed to start, check stderr log for details #<Thread:0x00007fdca5a4f478@/Users/RENATO/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/sshkit-1.19.1/lib/sshkit/runners/parallel.rb:10 run> terminated with exception (report_on_exception is true): Traceback (most recent call last): 1: from /Users/RENATO/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/sshkit-1.19.1/lib/sshkit/runners/parallel.rb:11:in `block (2 levels) in execute' /Users/RENATO/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/sshkit-1.19.1/lib/sshkit/runners/parallel.rb:15:in `rescue in block (2 levels) in execute': Exception while executing as ec2-user@3.113.234.105: bundle exit status: 1 (SSHKit::Runner::ExecuteError) bundle stdout: Nothing written bundle stderr: master failed to start, check stderr log for details (Backtrace restricted to imported tasks) cap aborted! SSHKit::Runner::ExecuteError: Exception while executing as ec2-user@3.113.234.105: bundle exit status: 1 bundle stdout: Nothing written bundle stderr: master failed to start, check stderr log for details Caused by: SSHKit::Command::Failed: bundle exit status: 1 bundle stdout: Nothing written bundle stderr: master failed to start, check stderr log for details Tasks: TOP => unicorn:start (See full trace by running task with --trace) The deploy has failed with an error: Exception while executing as ec2-user@3.113.234.105: bundle exit status: 1 bundle stdout: Nothing written bundle stderr: master failed to start, check stderr log for details
ご教授いただけたら嬉しいです。よろしくお願いします。