I can't seem to deploy a Node.js app without it being in the root of
the git repo. I have my app.js (program) sitting down a couple folders
(web/node...). If I set the Procfile web process to that directory I
can launch the app locally with "foreman start", but when I do a
heroku push I get the following error

-----> Heroku receiving push
-----> Removing .DS_Store files
 !     Heroku push rejected, no Cedar-supported app detected

logs:

2011-10-06T02:38:03+00:00 heroku[slugc]: Slug compilation failed: no
Cedar-supported app detected


I did a test of the same app, but in the root directory of the
repository and it pushed and started up fine.

Anything I'm missing here?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to