Updated ci with new kubernetes secrets 🚀🚀🚀
Some checks reported errors
continuous-integration/drone Build was killed
Some checks reported errors
continuous-integration/drone Build was killed
ref odit/org#12
This commit is contained in:
parent
c11b709e0b
commit
8923bb28d0
18
.drone.yml
18
.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
|
kind: pipeline
|
||||||
name: build:tag
|
name: build:tag
|
||||||
@ -32,12 +46,12 @@ steps:
|
|||||||
author_email: bot@odit.services
|
author_email: bot@odit.services
|
||||||
remote: git@git.odit.services:lfk/lfk-client-node.git
|
remote: git@git.odit.services:lfk/lfk-client-node.git
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: GITLAB_SSHKEY
|
from_secret: git_ssh
|
||||||
- name: npm
|
- name: npm
|
||||||
image: plugins/npm
|
image: plugins/npm
|
||||||
settings:
|
settings:
|
||||||
token:
|
token:
|
||||||
from_secret: NPM_TOKEN
|
from_secret: npm_token
|
||||||
email: info@odit.services
|
email: info@odit.services
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
Reference in New Issue
Block a user