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

  1. ---
  2. clone:
  3. git:
  4. image: drone/git
  5. pipeline:
  6. mirror-to-github:
  7. image: appleboy/drone-git-push
  8. remote: git@github.com:Sevlin/slackbuilds.git
  9. followtags: true
  10. force: true
  11. secrets:
  12. - source: github
  13. target: GIT_PUSH_SSH_KEY
  14. when:
  15. event:
  16. - push
  17. branch:
  18. - master
  19. # vim:set syntax=yaml ts=2 sw=2 et: