From 93d839ece1f08c3dc83e1f6b404afd9aa8164282 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 10:36:59 -0500 Subject: [PATCH] remove push --- .drone.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5a03206..b3af988 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 # ---