Deploy Geddy to Heroku
问题 I'm trying to deploy a simple Geddyjs (node.js) app to Heroku. When I make a push a recive that error: git push heroku master Heroku receiving push Heroku push rejected, no Cedar-supported app detected What I have to do to that heroku detect the nodejs app? 回答1: couple of things did you do this for cedar you need to explicitly say this (I am sure you have done this but here for completeness) heroku create --stack cedar ensure that your package.json is at the root heroku have a good article on