Sunday, 24 April 2016

Heroku error message no Cedar-supported app detected

Simply reinitialize your.git would be fine!

git init
git add .
git commit -am "Reinitialize"
heroku create --stack cedar
git push heroku master

No comments:

Post a Comment