Merge pull request #651 from ayusharma/adds-ci-section-in-docs

docs(ci): adds integration information with travis, circle & gitlab ci
This commit is contained in:
Juan Picado @jotadeveloper 2018-04-09 22:09:34 +02:00 committed by GitHub
commit ed4c3cad29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

14
docs/ci.md Normal file
View File

@ -0,0 +1,14 @@
---
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.
Heres 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/)
- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/)

View File

@ -28,7 +28,8 @@
"DevOps": [
"docker",
"kubernetes",
"ansible"
"ansible",
"ci"
],
"Development": [
"build",