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 install
- npm run build - npm run build
- name: deploy - name: publish
image: node image: plugins/npm
commands: settings:
- npm set registry http://linuxhost.me:4873/ username: admin
- npm publish password:
from_secret: npm_password
email: brandon@watsonlabs.net
registry: "http://linuxhost.me:4873"
when: when:
event: event:
- tag - tag