diff --git a/Butane/.woodpecker/butane.yaml b/Butane/.woodpecker/butane.yaml index 74e04e0..8ea50e1 100644 --- a/Butane/.woodpecker/butane.yaml +++ b/Butane/.woodpecker/butane.yaml @@ -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:.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