Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 246 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 246 Bytes

drone-git-push

usage

kind: pipeline
type: docker
name: default

steps:
  - name: push <xxx>
    image: beanjs/drone-git-push
    settings:
      local_dir: repository
      branch: master
      commit_message: 'commit from ci'