Skip to content

Commit

Permalink
Add Procfile (used by Heroku when deploying to cucumber.heroku.com)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Sep 29, 2011
1 parent df7cffd commit 76b38d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules
.rvmrc
doc/
tmp/
example/
example/
Procfile
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node example/server.js

0 comments on commit 76b38d3

Please sign in to comment.