Custom packaging scripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
367 B

---
clone:
git:
image: drone/git
pipeline:
mirror-to-github:
image: appleboy/drone-git-push
remote: git@github.com:Sevlin/slackbuilds.git
followtags: true
force: true
secrets:
- source: github
target: GIT_PUSH_SSH_KEY
when:
event:
- push
branch:
- master
# vim:set syntax=yaml ts=2 sw=2 et: