Herokuにデプロイできません。
djangoでお料理日記のアプリ開発をしている中で、Herokuを使ってアプリを公開したいと思い試行錯誤した結果、解決策が見当たらないので質問させて下さい。
発生している問題・エラーメッセージ(一部上部を抜粋しています)
(reikumagohann) kumagaereiya@MacBook-Pro-2 reikuma-blog % git push heroku master , , , remote: ! Push rejected, failed to compile Python app. remote: remote: ! Push failed remote: ! remote: ! ## Warning - The same version of this code has already been built: 3ea13eafd0b3d167f3c555d1e4b14fc12c406390 remote: ! remote: ! We have detected that you have triggered a build from source code with version 3ea13eafd0b3d167f3c555d1e4b14fc12c406390 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 gohannblog. remote: To https://git.heroku.com/gohannblog.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/gohannblog.git'
試したこと
キーになる一文を検索し解決策を探すもエラーコードは変わらず。
補足情報(FW/ツールのバージョンなど)
Procfile
web: gunicorn gohannblog.wsgi --log-file -
requirements.txt
asgiref==3.3.4 certifi==2020.12.5 chardet==4.0.0 dj-database-url==0.5.0 Django==3.2 django-heroku==0.0.0 gunicorn==20.1.0 heroku==0.1.4 idna==2.10 python-dateutil==1.5 pytz==2021.1 requests==2.25.1 sqlparse==0.4.1 urllib3==1.26.4 whitenoise==5.2.0
runtime.txt
python-3.9.4
どなたかご意見、ご指導賜れれば幸いです。
宜しくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。