1.0.2 • Published 6 years ago

@lennym/drone-deploy v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

drone-deploy

Running

Install dependencies:

npm install

Set the following environment variables:

  • GITHUB_ORG
  • GITHUB_REPOS - comma separated list of repo names
  • DRONE_SERVER
  • DRONE_TOKEN
  • DEPLOY_ENVIRONMENTS - comma separated list of environment names - defaults to dev,preprod,prod

Start the server:

npm start

Visit http://localhost:3000.