From 24aa50397c3ded2011bdef4ef07a2381053ea7c9 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sat, 22 Mar 2014 20:31:17 -0500 Subject: [PATCH] Add procfile for heroku --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..2cbe96d --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: NODE_ENV=production node app.js