The loading preference is:
1. CLI flag
2. `PRIVATE_KEY`
3. `PRIVATE_KEY_PATH`
4. Find a `.pem` file in the current working dir
Changes:
- break out PK loading logic into module `lib/private-key.js`
- add more info to error messaging if probot fails to find a PK
- add tests
- add note to deployment docs
* origin/master: (27 commits)
Release v0.4.1.
Disable raven console alerts
Relax node version requirements
Release v0.4.0.
Update log for local server
Remove tunnel script
Move subdomain config
Update docs to use localtunnel
Add subdomain option
Setup tunnel using localtunnel
Ensure node version is satisfied
autoBreadcrumbs
Use local logger variable
Connect sentry to logger
Move logger setup to index
Fix package.json for multiple plugins
Specific filename not needed
Remove log
Ignore all private keys
Look for any pem in the cwd
...