0.1.6 • Published 12 years ago
poe-deploy v0.1.6
poe-deploy
A simple deploy application with GitHub and Heroku integration
Usage
// 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.jsEnvironment Variables
GITHUB_TOKEN- GitHub access token for cloning the repoGITHUB_SECRET- A secret token shared between GitHub and thepoe-deployinstance to verify webhooksHEROKU_TOKEN- Heroku access token for deploying and creating a appsHEROKU_PREFIX- A prefix to use when deploying to heroku, i.e.poewould result inpoe-myapp-prod