heroku push suddenly failing

…衆ロ難τιáo~ 提交于 2019-12-11 15:43:29

问题


I pushed out to heroku last night, and now today my pushes are failing with the following error. Heroku status appears to be ok. My heroku config has RAILS_MASTER_KEY set to my master.key. That did not help.

Any experience this...or, able to point me towards a fix?

Command: 'bin/rails runner "puts %Q{heroku_detecting_active_storage_config=#{Rails.application.config.active_storage.service}}"' failed unexpectedly:
remote:  !     Missing encryption key to decrypt file with. Ask your team for your master key and write it to /tmp/build_996b65d7dc5d21b59fdaad7cc82a7aba/config/master.key 
               or put it in the ENV['RAILS_MASTER_KEY'].

回答1:


see : https://github.com/heroku/heroku-buildpack-ruby/pull/739, a fix seems to be merged



来源:https://stackoverflow.com/questions/49989962/heroku-push-suddenly-failing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!