An open API service indexing awesome lists of open source software.

https://github.com/uber-workflow/probot-app-deploy

GitHub App that creates NPM deployments through Buildkite
https://github.com/uber-workflow/probot-app-deploy

Last synced: 5 months ago
JSON representation

GitHub App that creates NPM deployments through Buildkite

Awesome Lists containing this project

README

          

# probot-app-release

[![build status][build-badge]][build-href]
[![dependencies status][deps-badge]][deps-href]
[![npm version][npm-badge]][npm-href]

> a GitHub App built with [probot](https://github.com/probot/probot) that creates NPM deployments through Buildkite

## Setup

```
# Install dependencies
npm install

# Run the bot
npm start
```

See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.

[build-badge]: https://badge.buildkite.com/b2c85bcb11d9450aa8d715e03bbf7dab7358e010905a6dbd39.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-deploy
[deps-badge]: https://david-dm.org/uber-web/probot-app-buildkite-deploy.svg
[deps-href]: https://david-dm.org/uber-web/probot-app-buildkite-deploy
[npm-badge]: https://badge.fury.io/js/probot-app-buildkite-deploy.svg
[npm-href]: https://www.npmjs.com/package/probot-app-buildkite-deploy