add git push test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2023-11-17 01:04:09 -05:00
parent fa1acea42a
commit c71c2ce761

View File

@ -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