diff --git a/.drone.yml b/.drone.yml index e3af038..673993a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,8 @@ steps: - name: deploy image: node commands: - - npm publish --verbose + - npm set registry http://linuxhost.me:4873/ + - npm publish when: event: - tag