From 93076731fefafd54a9cb49693e16f66dcb1e3513 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 09:12:16 -0500 Subject: [PATCH] remove git push for now --- .drone.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 573b3e3..40df752 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,18 +27,18 @@ 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 - commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}" - author_name: "Drone CI" - author_email: "chris@thezengarden.net" - 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 + # commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}" + # author_name: "Drone CI" + # author_email: "chris@thezengarden.net" + # ssh_key: + # from_secret: gitea_ssh_privkey # ---