railsアプリをHerokuにデプロイをしたいです。
現在、githubへのデプロイは成功しましたが、githubとHerokuとの間でコネクトエラーが発生しています。( Build failed)
View buildingログの中で関係がありそうなエラー箇所が2つありました。
Bundle complete! 23 Gemfile dependencies, 72 gems now installed. Gems in the groups 'development' and 'test' were not installed. Bundled gems are installed into `./vendor/bundle` Bundle completed (259.44s) Cleaning up the bundler cache. -----> Installing node-v12.16.2-linux-x64 -----> Installing yarn-v1.22.4 -----> Detecting rake tasks -----> Preparing app for Rails asset pipeline Running: rake assets:precompile rake aborted! ActiveRecord::AdapterNotSpecified: database configuration does not specify adapter
Tasks: TOP => environment (See full trace by running task with --trace) ! ! Precompiling assets failed. ! ! Push rejected, failed to compile Ruby app. ! Push failed
また、開発環境のターミナルで
$ heroku run rake db:migrate
を実行したところ、
› Error: Missing required flag: › -a, --app APP parent app used by review apps › See more help with --help
と出力されました。
どうか解決方法をご教授願います。
環境など
windows上にwslを導入しUbuntuを使用しています。
ruby -2.7.1
rails -6系
postgresql
ライブラリ…devise
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。