Auth?
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -105,6 +105,16 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
|
- name: NPM Auth
|
||||||
|
image: robertstettner/drone-npm-auth
|
||||||
|
settings:
|
||||||
|
username: joebloggs
|
||||||
|
from_secret: registry_username
|
||||||
|
password: mypass
|
||||||
|
from_secret: registry_password
|
||||||
|
email: mike@fitz.guru
|
||||||
|
registry: https://git.mifi.dev
|
||||||
|
scope: mifi
|
||||||
- name: Publish NPM
|
- name: Publish NPM
|
||||||
image: plugins/npm
|
image: plugins/npm
|
||||||
failure: ignore
|
failure: ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user