This commit is contained in:
parent
fa1acea42a
commit
c71c2ce761
15
.drone.yml
15
.drone.yml
@ -26,6 +26,21 @@ steps:
|
|||||||
exclude:
|
exclude:
|
||||||
- pull_request
|
- 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
|
# name: Test Ansible Linting of drone-test-1
|
||||||
# kind: pipeline
|
# kind: pipeline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user