Ruby on rails 数据库未迁移到Heroku(cloud9)

Ruby on rails 数据库未迁移到Heroku(cloud9),ruby-on-rails,database,heroku,cloud9,Ruby On Rails,Database,Heroku,Cloud9,我不断收到错误此时无法运行一次性进程。请稍后再试。 当我尝试在cloud9上的RubyonRails上运行heroku时。我已经$git-push-heroku-master,并且我使用postgesSQL。发生了什么事 remote: /tmp/build_34cdeb640ff2f18ebfc3cba992dc4fa0/vendor/bundle/ruby/2.4.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>

我不断收到错误
此时无法运行一次性进程。请稍后再试。
当我尝试在cloud9上的RubyonRails上运行heroku时。我已经
$git-push-heroku-master
,并且我使用postgesSQL。发生了什么事

remote:        /tmp/build_34cdeb640ff2f18ebfc3cba992dc4fa0/vendor/bundle/ruby/2.4.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>'
remote:        Tasks: TOP => environment
remote:        (See full trace by running task with --trace)
remote:  !
remote:  !     Precompiling assets failed.
remote:  !
remote:  !     Push rejected, failed to compile Ruby app.
remote: 
remote:  !     Push failed
remote: Verifying deploy....
remote: 
remote: !       Push rejected to daeshaun-todo-app.
remote: 
To https://git.heroku.com/daeshaun-todo-app.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/daeshaun-todo-app.git
remote:/tmp/build\u 34cdeb640ff2f18ebfc3cba2dc4fa0/vendor/bundle/ruby/2.4.0/gems/rake-12.3.1/exe/rake:27:in`'
远程:任务:TOP=>环境
远程:(通过使用--trace运行任务查看完整跟踪)
遥控器:!
遥控器:!预编译资产失败。
遥控器:!
遥控器:!推送被拒绝,无法编译Ruby应用程序。
远程:
遥控器:!推送失败
远程:正在验证部署。。。。
远程:
遥控器:!推送拒绝到daeshaun todo应用程序。
远程:
到https://git.heroku.com/daeshaun-todo-app.git
! [远程拒绝]主机->主机(拒绝预接收挂钩)
错误:无法将某些引用推送到'https://git.heroku.com/daeshaun-todo-app.git

您是否在谷歌上搜索了错误消息?是的,但每个人都有不同版本的问题。您可以添加任务的完整日志吗。并使用rakedb:migrate--trace运行它