commit bf384e6e4d66b1db0f82ac9dd046dcf962b00181 parent fd00e3385aa0cb4b09b64e17af905687ecaccb5b Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Sat, 14 Jun 2025 18:20:51 -0300 ci: mirror to github Diffstat:
| A | .builds/mirror-sync.yml | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.builds/mirror-sync.yml b/.builds/mirror-sync.yml @@ -0,0 +1,12 @@ +image: alpine/edge +packages: + - git +secrets: + - 1c238745-e2fe-4372-8682-c8b6929ffbcd +tasks: + - sync: | + ssh-keyscan github.com >> ~/.ssh/known_hosts + git clone --mirror https://git.sr.ht/~jackmordaunt/nativeaudio + cd nativeaudio + git remote set-url --push origin git@github.com:jackmordaunt/go-nativeaudio.git + git push --mirror