mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-13 05:46:02 -04:00
add commit setting & add comments
This commit is contained in:
parent
8c1ba9597f
commit
a95aee169c
@ -19,9 +19,15 @@ steps:
|
||||
- bash ./script.sh
|
||||
|
||||
- name: push
|
||||
# for more information about plugin settings, please refer to
|
||||
# https://github.com/appleboy/drone-git-push/blob/master/DOCS.md
|
||||
image: docker.io/appleboy/drone-git-push
|
||||
settings:
|
||||
ssh_key:
|
||||
from_secret: ssh_key
|
||||
remote: git@codeberg.org:<YOUR_GIT_REPO>.git
|
||||
branch: main
|
||||
commit: true
|
||||
# force: force push using the `--force` flag, defaults to false
|
||||
# commit_message: add a custom message for commit, if it is omitted, it will be `[skip ci] Commit dirty state`
|
||||
# empty_commit: if you only want generate an empty commit, you can do it using this option
|
||||
|
Loading…
x
Reference in New Issue
Block a user