前提
使用フレームワーク:springboot
使用サーバー:heroku
実現したいこと
・springbootのプロジェクトをHerokuにデプロイし、アプリを公開する
発生している問題・エラーメッセージ
$git push heroku master
を実行時、以下のエラーが発生。
Counting objects: 86, done. Delta compression using up to 16 threads. Compressing objects: 100% (62/62), done. Writing objects: 100% (86/86), 35.84 MiB | 261.00 KiB/s, done. Total 86 (delta 23), reused 8 (delta 5) remote: Compressing source files... done. remote: Building source: remote: remote: -----> Building on the Heroku-22 stack remote: -----> Using buildpack: heroku/java remote: -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/java.tgz remote: Could not find a pom.xml file! Please check that it exists and is committed to Git. remote: remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to drinkaddress. remote: To https://git.heroku.com/drinkaddress.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/drinkaddress.git'
ソースコード:
https://github.com/tokufumi101/DrinkAddress
試したこと
・ビルドツールをgradleとmavenの両方で試す(buildpacksもツールに応じて変更)
情報が少ない場合適宜対応いたします。よろしくお願いいたします。
0 コメント