GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

remove unneeded heroku Procfile #128

Closed zeke closed 7 years ago

zeke commented 7 years ago

To determine how to start your app, Heroku first looks for a Procfile. If no Procfile exists for a Node.js app, we will attempt to start a default web process via the start script in your package.json.

https://devcenter.heroku.com/articles/deploying-nodejs#specifying-a-start-script

zeke commented 7 years ago

bump

AaronO commented 7 years ago

@zeke Thanks, good catch.

zeke commented 7 years ago

👍

zeke commented 7 years ago

This PR was kind of a way to test the waters and see how actively maintained this project is. So thanks!

AaronO commented 7 years ago

@zeke nuts is actively used in production to power our GitBook Desktop Editor downloads. It's currently feature-complete for our needs and being maintained for bug-fixes.

Are you currently using or planning to use nuts in production ?

zeke commented 7 years ago

Are you currently using or planning to use nuts in production ?

@AaronO I'm evaluating nuts as a release server for Electron apps. Electron's autoUpdater guide recommends it.