diff --git a/.drone.yml b/.drone.yml index e801669..55ab769 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,17 @@ +--- +kind: secret +name: git_ssh +get: + path: odit-git-bot + name: sshkey + +--- +kind: secret +name: npm_token +get: + path: niggl-npm-key + name: npmkey + --- kind: pipeline name: build:tag @@ -32,12 +46,12 @@ steps: author_email: bot@odit.services remote: git@git.odit.services:lfk/lfk-client-node.git ssh_key: - from_secret: GITLAB_SSHKEY + from_secret: git_ssh - name: npm image: plugins/npm settings: token: - from_secret: NPM_TOKEN + from_secret: npm_token email: info@odit.services trigger: