0.1.6 • Published 10 years ago

poe-deploy v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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.js

Environment Variables

  • GITHUB_TOKEN - GitHub access token for cloning the repo
  • GITHUB_SECRET - A secret token shared between GitHub and the poe-deploy instance to verify webhooks
  • HEROKU_TOKEN - Heroku access token for deploying and creating a apps
  • HEROKU_PREFIX - A prefix to use when deploying to heroku, i.e. poe would result in poe-myapp-prod
0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago