From 6c363f8d8ce1ac6305e1118f2a8d731f17987271 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 2 Jun 2021 21:14:12 -0400 Subject: [PATCH] Adding official npm plugin --- .drone.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 673993a..9b53bf0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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