Skip to content

Instantly share code, notes, and snippets.

@jbilcke
Created June 27, 2011 10:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
express@2.2.0 ./node_modules/express
├── mime@1.2.2
├── connect@1.5.1
└── qs@0.1.0
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 git@heroku.com: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