I am actually developing a React js application and pushing it to Azure Github (dev.azure). To automate the builds, I created pipelines and to release the build I created a release pipeline. I want to host this application on heroku app server. I used Heroku release tools in azure pipelines and the release is being sent. But in heroku activity it says
"App not compatible with buildpack:" and if i use Node js buildpack, it says package.json is not found.
I understand that its expecting my source code but not the end build folder.
But is there anyway to publish only the build folder and it directly runs on heroku server without having to deploy my code into heroku.