I have a problem deploying a very simple node.js app to `--stack
cedar`

when I `git push heroku master` I get the following:
-----> Heroku receiving push
-----> Node.js app detected
-----> Vendoring node 0.4.7
-----> Installing dependencies with npm 1.0.8
      Dependencies installed
-----> Discovering process types
      Procfile declares types -> (none)
-----> Compiled slug size is 3.4MB
-----> Launching... done, v7
      http://thievishfilms.herokuapp.com deployed to Heroku

My problem is this part of the above: `Procfile declares types ->
(none)`

The content of my procfile is: `web: node server.js`

Why won't my procfile declare a process type of web?


I followed the instructions at http://devcenter.heroku.com/articles/node-js
perfectly.

I am confused and any help would be extremely appreciated, thank you.

Jason

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

Reply via email to