This commit is contained in:
parent
77b1866157
commit
76be5ed386
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: ci
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: npm
|
||||||
|
image: plugins/npm
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: NPM_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: NPM_PASSWORD
|
||||||
|
email:
|
||||||
|
from_secret: NPM_EMAIL
|
Loading…
Reference in New Issue
Block a user