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

https://github.com/uber-workflow/buildkite-npm-deploy

Deploys packages to npm from buildkite jobs.
https://github.com/uber-workflow/buildkite-npm-deploy

Last synced: 11 days ago
JSON representation

Deploys packages to npm from buildkite jobs.

Awesome Lists containing this project

README

          

# buildkite-npm-deploy

Deploys packages to npm from Buildkite jobs.

Requires the following global environment variables:

* NPM_TOKEN - Which token to use to publish the repository to NPM.
* PUBLISH_REPO - The git address of the repository to publish.
* TARGET_COMMITISH - (Optional) branch or commit to publish from.