1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/website/translated_docs/zh-CN/ci.md
2018-08-09 08:05:57 +02:00

9 lines
673 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: ci
title: "持续集成"
---
在登陆或发布的时候您可以用verdaccio 进行持续集成。 初次使用NPM在持续集成的环境里安装专用模块可能会马上碰到问题。 NPM 登陆命令设计为交互式使用。 它导致CI脚本等问题。 下面是如何使用NPM 登陆不同持续集成平台的方法。
- [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 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/)