added ssh key
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolai Ort 2020-12-12 23:14:22 +01:00
parent ce286ad133
commit 6d61a8ed4a

View File

@ -16,16 +16,18 @@ steps:
- yarn - yarn
- yarn lib - yarn lib
- name: prepare_commit - name: prepare_commit
image: alpine/git image: alpine
commands: commands:
- rm -rf ./dist ./openapi.json - rm -rf ./dist ./openapi.json
- mv ./backend/lib/dist ./dist - mv ./backend/lib/dist ./dist
- mv ./backend/lib/openapi.json ./openapi.json - mv ./backend/lib/openapi.json ./openapi.json
- rm -rf ./backend - rm -rf ./backend
- git add -A
- git commit -m "new lib version [CI SKIP]"
- name: push to repo - name: push to repo
image: appleboy/drone-git-push image: appleboy/drone-git-push
settings: settings:
branch: master branch: master
remote: git@git.odit.services:lfk/lib.git commit: true
commit_message: new lib version [CI SKIP]
remote: git@git.odit.services:lfk/lib.git
ssh_key:
from_secret: GITLAB_SSHKEY