Updated ci with new kubernetes secrets 🚀🚀🚀
continuous-integration/drone Build was killed Details

ref odit/org#12
This commit is contained in:
Nicolai Ort 2021-03-12 20:01:31 +01:00
parent c11b709e0b
commit 8923bb28d0
1 changed files with 16 additions and 2 deletions

View File

@ -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: