Fancy custom drone shit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolai Ort 2022-05-04 20:41:50 +02:00
parent 2e3970a6c6
commit 4a17547efb
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -32,6 +32,25 @@ type: kubernetes
name: build:latest
steps:
- name: bump_patch
depends_on: [clone]
image: registry.odit.services/hub/library/node:18.1.0-alpine3.15
commands:
- apk add git
- yarn
- yarn release
- name: push to repo
image: appleboy/drone-git-push
depends_on: [bump_patch]
settings:
commit: false
author_email: bot@odit.services
followtags: true
branch: main
remote: git@git.odit.services:lfk/scanclient-live.git
skip_verify: true
ssh_key:
from_secret: git_ssh
- name: docker release
image: plugins/docker
depends_on: [clone]