Revert "Pushing manually again"
This reverts commit b5553936b0854b9073aaa44afd5233d0784cb72b.
This commit is contained in:
parent
b5553936b0
commit
4a419d2862
21
.drone.yml
21
.drone.yml
@ -62,8 +62,25 @@ 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}
|
||||||
- git push
|
- name: push commit to repo
|
||||||
- git push origin ${SOURCE_TAG}
|
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:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- push
|
- push
|
||||||
|
Reference in New Issue
Block a user