From 4a419d28625bc18a9d22bf7c993454dfb4dc5c6f Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 7 Apr 2021 18:46:46 +0200 Subject: [PATCH] Revert "Pushing manually again" This reverts commit b5553936b0854b9073aaa44afd5233d0784cb72b. --- .drone.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1c624b7..eefb423 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,8 +62,25 @@ steps: - git add . - git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]" - git tag ${SOURCE_TAG} - - git push - - git push origin ${SOURCE_TAG} + - name: push commit to repo + image: appleboy/drone-git-push + 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: exclude: - push