feat(ci)!: Switch to woodpecker
This commit is contained in:
parent
43cc46b4df
commit
45f5564b08
@ -1,22 +1,3 @@
|
|||||||
---
|
|
||||||
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
|
|
||||||
type: kubernetes
|
|
||||||
name: build:tag
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout backend
|
- name: checkout backend
|
||||||
image: registry.odit.services/hub/alpine/git
|
image: registry.odit.services/hub/alpine/git
|
||||||
@ -48,17 +29,13 @@ steps:
|
|||||||
author_email: bot@odit.services
|
author_email: bot@odit.services
|
||||||
remote: git@git.odit.services:lfk/lfk-client-js.git
|
remote: git@git.odit.services:lfk/lfk-client-js.git
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: git_ssh
|
from_secret: odit-git-bot-sshkey
|
||||||
- name: npm
|
- name: npm
|
||||||
image: plugins/npm
|
image: plugins/npm
|
||||||
settings:
|
settings:
|
||||||
token:
|
token:
|
||||||
from_secret: npm_token
|
from_secret: niggl-npm-key
|
||||||
email: info@odit.services
|
email: info@odit.services
|
||||||
|
when:
|
||||||
trigger:
|
|
||||||
event:
|
event:
|
||||||
exclude:
|
- manual
|
||||||
- push
|
|
||||||
include:
|
|
||||||
- custom
|
|
Loading…
x
Reference in New Issue
Block a user