From 7e88024f5678ce6442854886f921f51837d1ac50 Mon Sep 17 00:00:00 2001 From: Alex Hoyau Date: Fri, 7 Jun 2019 17:33:40 -0500 Subject: [PATCH] remove useless Procfile for heroku recent heroku deployments do not need Procfile anymore, they use `npm start` plus this Procfile is bugguy --- Procfile | 1 - 1 file changed, 1 deletion(-) delete mode 100755 Procfile diff --git a/Procfile b/Procfile deleted file mode 100755 index 3360097a..00000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: ./node_modules/.bin/forever -m 5 server.js