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
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-deploy
- Owner: uber-workflow
- License: mit
- Created: 2017-11-07T20:41:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T02:32:57.000Z (almost 2 years ago)
- Last Synced: 2025-05-12T15:23:30.804Z (5 months ago)
- Language: JavaScript
- Size: 295 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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