add option for npm access level
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# SSH
|
||||
|
||||
npmci allows easy usage of ssh:
|
||||
|
||||
## Add the SSH KEY to the environment
|
||||
|
||||
To make npmci aware of any SSH KEY add it to the environment in the following format
|
||||
|
||||
```
|
||||
# Key
|
||||
NPMCI_SSHKEY_[A_NAME_FROM_YOU]
|
||||
@@ -12,6 +14,7 @@ NPMCI_SSHKEY_[A_NAME_FROM_YOU]
|
||||
```
|
||||
|
||||
## Use npmci cli tool in your ci script
|
||||
|
||||
```
|
||||
npmci prepare ssh
|
||||
npmci command git remote add heroku ssh://git@heroku.com/[you project name].git
|
||||
|
||||
Reference in New Issue
Block a user