From c71c2ce761111bad4f5139f14410edac9cbfb26a Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 01:04:09 -0500 Subject: [PATCH] add git push test --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9d5fbce..608bdb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,21 @@ steps: exclude: - pull_request + + - name: push commit + image: appleboy/drone-git-push + settings: + branch: testing + remote: gitea@gitea.thezengarden.net: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: Test Ansible Linting of drone-test-1 # kind: pipeline