Pushing manually again

ref #1
This commit is contained in:
Nicolai Ort 2021-04-07 18:44:21 +02:00
parent 3f7d33af91
commit b5553936b0

View File

@ -62,25 +62,8 @@ steps:
- git add . - git add .
- git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]" - git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]"
- git tag ${SOURCE_TAG} - git tag ${SOURCE_TAG}
- name: push commit to repo - git push
image: appleboy/drone-git-push - git push origin ${SOURCE_TAG}
settings:
branch: main
commit: false
author_email: bot@odit.services
remote: git@git.odit.services:lfk/scanclient-electron.git
ssh_key:
from_secret: git_ssh
- name: push tag to repo
image: appleboy/drone-git-push
settings:
followtags: true
branch: ${SOURCE_TAG}
remote: git@git.odit.services:lfk/scanclient-electron.git
ssh_key:
from_secret: git_ssh
trigger:
event: event:
exclude: exclude:
- push - push