简体   繁体   English

heroku推送突然失败

[英]heroku push suddenly failing

I pushed out to heroku last night, and now today my pushes are failing with the following error. 昨晚我将其推送到heroku,现在,我的推送失败并出现以下错误。 Heroku status appears to be ok. Heroku的状态似乎还不错。 My heroku config has RAILS_MASTER_KEY set to my master.key. 我的heroku配置将RAILS_MASTER_KEY设置为我的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'].

参见: https : //github.com/heroku/heroku-buildpack-ruby/pull/739 ,似乎已合并一个修复程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM