前提・実現したいこと
herokuに初めてデプロイをします。
hekokuと紐付けが成功して、pushしてデプロイをするまでのところまで来たのですが、
エラーが発生してpushができないです。
エラーメッセージを読んだのですが、どこを修正したらいいのかわからないので教えていただきたいです。
デプロイまでの設定のやり方は下のURLの方法をしました。
https://qiita.com/kazukimatsumoto/items/a0daa7281a3948701c39
発生している問題・エラーメッセージ
remote: Tasks: TOP => environment remote: (See full trace by running task with --trace) remote: remote: ! remote: ! Precompiling assets failed. remote: ! remote: ! Push rejected, failed to compile Ruby app. remote: remote: ! Push failed remote: ! remote: ! ## Warning - The same version of this code has already been built: 5d0b6a715c0d2f24b4004ced0b92abe0afd8d04d remote: ! remote: ! We have detected that you have triggered a build from source code with version 5d0b6a715c0d2f24b4004ced0b92abe0afd8d04d remote: ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch. remote: ! remote: ! If you are developing on a branch and deploying via git you must run: remote: ! remote: ! git push heroku <branchname>:main remote: ! remote: ! This article goes into details on the behavior: remote: ! https://devcenter.heroku.com/articles/duplicate-build-version remote: remote: Verifying deploy... remote: remote: ! Push rejected to yakubutu. remote: To https://git.heroku.com/yakubutu.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/yakubutu.git'
試したこと
エラー文にPrecompiling assets failed.とあったので
rake assets:precompileを試したのですが、うまくいきませんでした。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。