mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge pull request #657 from ngash/master
docs: add link to Circle CI 2.0 npm docs
This commit is contained in:
commit
7dc667d0fb
1 changed files with 5 additions and 5 deletions
10
docs/ci.md
10
docs/ci.md
|
@ -3,12 +3,12 @@ id: ci
|
|||
title: "Continuous Integration"
|
||||
---
|
||||
|
||||
You may use verdaccio with continuous integration while login or publish. When
|
||||
using NPM to install a private module in a continuous integration environment
|
||||
for the first time, a brick wall is quickly hit. The NPM login command is
|
||||
designed to be used interactively. This causes an issue in CI, scripts, etc.
|
||||
You may use verdaccio with continuous integration while login or publish. When
|
||||
using NPM to install a private module in a continuous integration environment
|
||||
for the first time, a brick wall is quickly hit. The NPM login command is
|
||||
designed to be used interactively. This causes an issue in CI, scripts, etc.
|
||||
Here’s how to use NPM login different continuous integration platforms.
|
||||
|
||||
- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps)
|
||||
- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/)
|
||||
- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) or [Circle CI 2.0](https://circleci.com/docs/2.0/deployment-integrations/#npm)
|
||||
- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/)
|
||||
|
|
Loading…
Reference in a new issue