remove useless Procfile for heroku

recent heroku deployments do not need Procfile anymore, they use `npm start`
plus this Procfile is bugguy
This commit is contained in:
Alex Hoyau 2019-06-07 17:33:40 -05:00 committed by GitHub
parent a24f90ce91
commit 7e88024f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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