~swaits/sshbruted

4a2542c58bdf1f72edc8600a54cfd0a47fc0372d — Stephen Waits 10 months ago 997603a master
add github mirror
1 files changed, 11 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +11 -0
@@ 0,0 1,11 @@
image: alpine/edge
secrets:
  - 88cce185-d2ec-4573-9546-e33f36f79bbf
sources:
  - git+ssh://git@git.sr.ht/~swaits/sshbruted
tasks:
  - mirror-to-github: |
      cd ~/sshbruted
      ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
      git remote add github git@github.com:swaits/sshbruted.git
      git push --mirror github