diff --git a/.drone.yml b/.drone.yml index f6b0229..f1af542 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,4 +30,11 @@ steps: commit_message: new lib version [CI SKIP] remote: git@git.odit.services:lfk/lib.git ssh_key: - from_secret: GITLAB_SSHKEY \ No newline at end of file + from_secret: GITLAB_SSHKEY + - name: npm + image: plugins/npm + depends_on: [ clone ] + settings: + token: + from_secret: NPM_TOKEN + email: info@odit.services \ No newline at end of file