Heroku Error: No app.json located in the repo URL provided.
Closed this issue · 5 comments
sewinter commented
When I click the deploy to Heroku button in the README, Heroku displays the error in the subject line.
styfle commented
That’s strange, I don’t think this repo ever had a app.json file. Feel free to submit a PR to add one. Otherwise, you can try deploying to zeit now. Although this repo hasn’t been updated to v2 yet.
styfle commented
The Deploy To Now button has been updated and the Heroku button has been removed in da3b80f
Let me know if you're still having problems 👍
momskidvaava commented
mHaulkhory commented
The HTML code for the deploy button (to remove spaces)
< a href="https://heroku.com/deploy?template=https://github.com/YOUR-USERNAME/intro-to-heroku">
< img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
< /a>