A simple deploy application with GitHub and Heroku integration
// app.js
var deploy = require('poe-deploy');
var app = module.exports = deploy();
The exported app can now be run with startup.
$ startup start -p app.js
GITHUB_TOKEN
- GitHub access token for cloning the repoGITHUB_SECRET
- A secret token shared between GitHub and thepoe-deploy
instance to verify webhooksHEROKU_TOKEN
- Heroku access token for deploying and creating a appsHEROKU_PREFIX
- A prefix to use when deploying to heroku, i.e.poe
would result inpoe-myapp-prod