Adding forever

This commit is contained in:
Nathan Leniz
2015-02-06 01:54:23 -05:00
parent dcb057a175
commit ca26c38cc7
2 changed files with 2 additions and 0 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: ./node_modules/.bin/forever -m 5 server.js

View File

@ -33,6 +33,7 @@
"express-flash": "^0.0.2",
"express-session": "^1.9.2",
"express-validator": "^2.8.0",
"forever": "^0.14.1",
"github-api": "^0.7.0",
"helmet": "^0.5.3",
"jade": "^1.8.0",