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.
- Host: GitHub
- URL: https://github.com/uber-workflow/buildkite-npm-deploy
- Owner: uber-workflow
- License: mit
- Created: 2017-11-07T04:26:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T16:09:48.000Z (over 3 years ago)
- Last Synced: 2025-05-22T11:16:52.943Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.