remove push
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-11-17 10:36:59 -05:00
parent 4d5fae6872
commit 93d839ece1

View File

@ -28,20 +28,20 @@ steps:
- pull_request
- name: push commit
image: appleboy/drone-git-push
settings:
branch: testing
remote: gitea@10.10.10.109:chris/drone-test-1.git
force: false
commit: true
empty_commit: true
commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"
author_name: "Drone CI"
author_email: "chris@thezengarden.net"
skip_verify: true
ssh_key:
from_secret: gitea_ssh_privkey
# - name: push commit
# image: appleboy/drone-git-push
# settings:
# branch: testing
# remote: gitea@10.10.10.109:chris/drone-test-1.git
# force: false
# commit: true
# empty_commit: true
# commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"
# author_name: "Drone CI"
# author_email: "chris@thezengarden.net"
# skip_verify: true
# ssh_key:
# from_secret: gitea_ssh_privkey
# ---