0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

S3導入時に発生したSSHKit::Command::Failed: bundle exit status: 1の解決策

Posted at

#はじめに
S3を導入した際にエラーが発生したため,その経緯と解決策を備忘録として残します.

#作業環境

  • Ruby 2.6.5
  • Ruby on Rails 6.0.0
  • 本番環境(EC2)
    • NGINX
    • Unicorn
    • MySQL

#経緯
S3を導入し,本番環境に反映させようとしたときに下記のエラーが発生した.

:Command::Failed: bundle exit status: 1

#エラー発生の原因
本番環境にAWSのアクセスキーとシークレットキーを追加していなかった.

#解決策
本番環境で環境変数を保存しているファイル(アプリ名/etc/environment)にAWSのアクセスキーとシークレットキーを追加する.
こうすると無事本番環境にデプロイすることができた.

#おわりに
環境変数の設定は忘れやすいので注意したい.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?