Back to appleboy for push
continuous-integration/drone Build is passing Details

This commit is contained in:
Nicolai Ort 2021-04-07 19:12:15 +02:00
parent be482ff6f1
commit a18c5d5598
1 changed files with 11 additions and 3 deletions

View File

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