heroku - Missing required arguments: aws_access_key_id, aws_secret_access_key, following Hartl tutorial

后端 未结 5 992
没有蜡笔的小新
没有蜡笔的小新 2020-12-03 18:38

Running heroku run rake db:migrate, I get this error: Missing required arguments: aws_access_key_id, aws_secret_access_key.

I made the co

5条回答
  •  無奈伤痛
    2020-12-03 19:20

    Running rake assets:precompile without any RAILS_ENV was the only way I could get it to precompile.

提交回复
热议问题