Adding official npm plugin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brandon Watson 2021-06-02 21:14:12 -04:00
parent cea0c3f1cf
commit 6c363f8d8c

View File

@ -18,11 +18,14 @@ steps:
- npm install
- npm run build
- name: deploy
image: node
commands:
- npm set registry http://linuxhost.me:4873/
- npm publish
- name: publish
image: plugins/npm
settings:
username: admin
password:
from_secret: npm_password
email: brandon@watsonlabs.net
registry: "http://linuxhost.me:4873"
when:
event:
- tag