Skip to content

Instantly share code, notes, and snippets.

@jbilcke
Created June 27, 2011 10:20
Show Gist options
  • Save jbilcke/1048629 to your computer and use it in GitHub Desktop.
Save jbilcke/1048629 to your computer and use it in GitHub Desktop.
Node.JS inside Heroku
jbilcke@compactminer:~/Checkouts/git/daizoru/test$ git push heroku master
Counting objects: 10, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (10/10), 984 bytes, done.
Total 10 (delta 0), reused 0 (delta 0)
-----> Heroku receiving push
-----> Node.js app detected
-----> Vendoring node 0.4.7
-----> Installing dependencies with npm 1.0.8
[email protected] ./node_modules/express
├── [email protected]
├── [email protected]
└── [email protected]
Dependencies installed
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 3.2MB
-----> Launching... done, v4
http://morning-waterfall-991.herokuapp.com deployed to Heroku
To [email protected]:morning-waterfall-991.git
* [new branch] master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment