This commit is contained in:
parent
4d5fae6872
commit
93d839ece1
28
.drone.yml
28
.drone.yml
@ -28,20 +28,20 @@ steps:
|
|||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
|
|
||||||
- name: push commit
|
# - name: push commit
|
||||||
image: appleboy/drone-git-push
|
# image: appleboy/drone-git-push
|
||||||
settings:
|
# settings:
|
||||||
branch: testing
|
# branch: testing
|
||||||
remote: gitea@10.10.10.109:chris/drone-test-1.git
|
# remote: gitea@10.10.10.109:chris/drone-test-1.git
|
||||||
force: false
|
# force: false
|
||||||
commit: true
|
# commit: true
|
||||||
empty_commit: true
|
# empty_commit: true
|
||||||
commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"
|
# commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"
|
||||||
author_name: "Drone CI"
|
# author_name: "Drone CI"
|
||||||
author_email: "chris@thezengarden.net"
|
# author_email: "chris@thezengarden.net"
|
||||||
skip_verify: true
|
# skip_verify: true
|
||||||
ssh_key:
|
# ssh_key:
|
||||||
from_secret: gitea_ssh_privkey
|
# from_secret: gitea_ssh_privkey
|
||||||
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user