~nerosnm/oslog

2e30dd454402c3656112a6a251868a907de0ad18 — Søren Mortensen 3 years ago 2bf0333
Add .builds/mirror.yml
1 files changed, 13 insertions(+), 0 deletions(-)

A .builds/mirror.yml
A .builds/mirror.yml => .builds/mirror.yml +13 -0
@@ 0,0 1,13 @@
image: archlinux
packages:
    - git
sources:
    - git@git.sr.ht:~nerosnm/oslog
secrets:
    - bdbeeabb-05e8-4b13-b01c-9e8e266e98e3
tasks:
    - mirror: |
        cd oslog
        ssh-keyscan -H github.com >> ~/.ssh/known_hosts
        git remote add github git@github.com:econobox/oslog.git
        git push github --mirror